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