From 15861d34413b003460b06a13365cdb32a408eff6 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 17:03:51 +0000 Subject: [PATCH] fix: remove profile: minimal from workflow files and add components where needed Co-Authored-By: Jayant Krishnamurthy --- .github/workflows/ci-cosmwasm-contract.yml | 1 - .github/workflows/ci-fortuna.yml | 1 - .github/workflows/ci-hermes-server.yml | 1 - .github/workflows/ci-message-buffer.yml | 1 - .github/workflows/ci-pythnet-sdk.yml | 2 +- .github/workflows/ci-remote-executor.yml | 1 - .github/workflows/ci-solana-contract.yml | 2 +- .github/workflows/ci-starknet-tools.yml | 1 - .github/workflows/ci-sui-contract.yml | 2 +- .github/workflows/publish-pyth-price-store.yml | 2 +- .github/workflows/publish-pyth-solana-receiver-state.yml | 2 +- 11 files changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-cosmwasm-contract.yml b/.github/workflows/ci-cosmwasm-contract.yml index cdac37b467..0307b36f6b 100644 --- a/.github/workflows/ci-cosmwasm-contract.yml +++ b/.github/workflows/ci-cosmwasm-contract.yml @@ -23,7 +23,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.82.0 components: rustfmt, clippy override: true diff --git a/.github/workflows/ci-fortuna.yml b/.github/workflows/ci-fortuna.yml index 4e02b83113..b44f1708c9 100644 --- a/.github/workflows/ci-fortuna.yml +++ b/.github/workflows/ci-fortuna.yml @@ -21,7 +21,6 @@ jobs: workspaces: "apps/fortuna -> target" - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.82.0 override: true components: rustfmt, clippy diff --git a/.github/workflows/ci-hermes-server.yml b/.github/workflows/ci-hermes-server.yml index 30835d2722..ae38475978 100644 --- a/.github/workflows/ci-hermes-server.yml +++ b/.github/workflows/ci-hermes-server.yml @@ -20,7 +20,6 @@ jobs: workspaces: "apps/hermes/server -> target" - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.82.0 components: rustfmt, clippy override: true diff --git a/.github/workflows/ci-message-buffer.yml b/.github/workflows/ci-message-buffer.yml index 436442c9dc..83c806fc43 100644 --- a/.github/workflows/ci-message-buffer.yml +++ b/.github/workflows/ci-message-buffer.yml @@ -22,7 +22,6 @@ jobs: workspaces: "pythnet/message_buffer -> target" - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.66.1 components: rustfmt, clippy - name: Install Solana diff --git a/.github/workflows/ci-pythnet-sdk.yml b/.github/workflows/ci-pythnet-sdk.yml index 7e33385b67..a3bf1b7590 100644 --- a/.github/workflows/ci-pythnet-sdk.yml +++ b/.github/workflows/ci-pythnet-sdk.yml @@ -20,8 +20,8 @@ jobs: workspaces: "pythnet/pythnet_sdk -> target" - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.82.0 + components: rustfmt, clippy override: true - name: Format check run: cargo fmt --all -- --check diff --git a/.github/workflows/ci-remote-executor.yml b/.github/workflows/ci-remote-executor.yml index 9cd006ba4b..bb8d1667ef 100644 --- a/.github/workflows/ci-remote-executor.yml +++ b/.github/workflows/ci-remote-executor.yml @@ -18,7 +18,6 @@ jobs: - uses: actions/setup-python@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.73.0 components: rustfmt, clippy override: true diff --git a/.github/workflows/ci-solana-contract.yml b/.github/workflows/ci-solana-contract.yml index ee391fd1a8..35480d810e 100644 --- a/.github/workflows/ci-solana-contract.yml +++ b/.github/workflows/ci-solana-contract.yml @@ -26,8 +26,8 @@ jobs: workspaces: "target_chains/solana -> target" - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.73.0 + components: rustfmt, clippy override: true - name: Install Solana run: | diff --git a/.github/workflows/ci-starknet-tools.yml b/.github/workflows/ci-starknet-tools.yml index be0b0566fe..37a8bc1749 100644 --- a/.github/workflows/ci-starknet-tools.yml +++ b/.github/workflows/ci-starknet-tools.yml @@ -13,7 +13,6 @@ jobs: - uses: actions/checkout@v2 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.86.0 components: rustfmt, clippy override: true diff --git a/.github/workflows/ci-sui-contract.yml b/.github/workflows/ci-sui-contract.yml index 6531fa8833..fc9f8b3053 100644 --- a/.github/workflows/ci-sui-contract.yml +++ b/.github/workflows/ci-sui-contract.yml @@ -19,8 +19,8 @@ jobs: - uses: actions/checkout@v3 - uses: actions-rs/toolchain@v1 with: - profile: minimal toolchain: 1.77.0 + components: rustfmt, clippy override: true - uses: taiki-e/cache-cargo-install-action@v2 with: diff --git a/.github/workflows/publish-pyth-price-store.yml b/.github/workflows/publish-pyth-price-store.yml index 316cb470cc..087bd9ef3c 100644 --- a/.github/workflows/publish-pyth-price-store.yml +++ b/.github/workflows/publish-pyth-price-store.yml @@ -16,7 +16,7 @@ jobs: with: toolchain: stable default: true - profile: minimal + components: rustfmt, clippy - name: Publish run: cargo publish --token ${CARGO_REGISTRY_TOKEN} env: diff --git a/.github/workflows/publish-pyth-solana-receiver-state.yml b/.github/workflows/publish-pyth-solana-receiver-state.yml index f85182e5ac..583b3f13c6 100644 --- a/.github/workflows/publish-pyth-solana-receiver-state.yml +++ b/.github/workflows/publish-pyth-solana-receiver-state.yml @@ -16,7 +16,7 @@ jobs: with: toolchain: stable default: true - profile: minimal + components: rustfmt, clippy - run: cargo +stable-x86_64-unknown-linux-gnu publish --token ${CARGO_REGISTRY_TOKEN} env: