From 52b69ed083305bff1b59b09e67e35b1542f4e430 Mon Sep 17 00:00:00 2001 From: Cloud Date: Tue, 24 Feb 2026 15:32:06 +0000 Subject: [PATCH] fix(richat): install rustls default provider during plugin build --- .../slv-grpc-geyser/ansible/mainnet-rpc/geyser_richat_build.yml | 2 +- .../slv-rpc/ansible/devnet-rpc/geyser_richat_build.yml | 2 +- .../slv-rpc/ansible/mainnet-rpc/geyser_richat_build.yml | 2 +- .../slv-rpc/ansible/testnet-rpc/geyser_richat_build.yml | 2 +- template/0.9.962/ansible/devnet-rpc/geyser_richat_build.yml | 2 +- template/0.9.962/ansible/mainnet-rpc/geyser_richat_build.yml | 2 +- template/0.9.962/ansible/testnet-rpc/geyser_richat_build.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/dist/oss-skills/slv-grpc-geyser/ansible/mainnet-rpc/geyser_richat_build.yml b/dist/oss-skills/slv-grpc-geyser/ansible/mainnet-rpc/geyser_richat_build.yml index 57cac83..a075668 100644 --- a/dist/oss-skills/slv-grpc-geyser/ansible/mainnet-rpc/geyser_richat_build.yml +++ b/dist/oss-skills/slv-grpc-geyser/ansible/mainnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/dist/oss-skills/slv-rpc/ansible/devnet-rpc/geyser_richat_build.yml b/dist/oss-skills/slv-rpc/ansible/devnet-rpc/geyser_richat_build.yml index 60ccc10..4087bda 100644 --- a/dist/oss-skills/slv-rpc/ansible/devnet-rpc/geyser_richat_build.yml +++ b/dist/oss-skills/slv-rpc/ansible/devnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/dist/oss-skills/slv-rpc/ansible/mainnet-rpc/geyser_richat_build.yml b/dist/oss-skills/slv-rpc/ansible/mainnet-rpc/geyser_richat_build.yml index 57cac83..a075668 100644 --- a/dist/oss-skills/slv-rpc/ansible/mainnet-rpc/geyser_richat_build.yml +++ b/dist/oss-skills/slv-rpc/ansible/mainnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/dist/oss-skills/slv-rpc/ansible/testnet-rpc/geyser_richat_build.yml b/dist/oss-skills/slv-rpc/ansible/testnet-rpc/geyser_richat_build.yml index 497bda3..7e11708 100644 --- a/dist/oss-skills/slv-rpc/ansible/testnet-rpc/geyser_richat_build.yml +++ b/dist/oss-skills/slv-rpc/ansible/testnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/template/0.9.962/ansible/devnet-rpc/geyser_richat_build.yml b/template/0.9.962/ansible/devnet-rpc/geyser_richat_build.yml index 60ccc10..4087bda 100644 --- a/template/0.9.962/ansible/devnet-rpc/geyser_richat_build.yml +++ b/template/0.9.962/ansible/devnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/template/0.9.962/ansible/mainnet-rpc/geyser_richat_build.yml b/template/0.9.962/ansible/mainnet-rpc/geyser_richat_build.yml index 57cac83..a075668 100644 --- a/template/0.9.962/ansible/mainnet-rpc/geyser_richat_build.yml +++ b/template/0.9.962/ansible/mainnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash diff --git a/template/0.9.962/ansible/testnet-rpc/geyser_richat_build.yml b/template/0.9.962/ansible/testnet-rpc/geyser_richat_build.yml index 497bda3..7e11708 100644 --- a/template/0.9.962/ansible/testnet-rpc/geyser_richat_build.yml +++ b/template/0.9.962/ansible/testnet-rpc/geyser_richat_build.yml @@ -41,7 +41,7 @@ - name: Build Richat plugin-agave using Cargo shell: | source ~/.profile - cargo build --release -p richat-plugin-agave + cargo build --release -p richat-plugin-agave --features rustls-install-default-provider args: chdir: "{{ richat_src_dir }}" executable: /bin/bash