Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.devnet.smartcontract.daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install agave solana tools
run: |
sh -c "$(curl -sSfL https://release.anza.xyz/v2.3.13/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v3.0.4/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- name: Set up keypairs
run: |
Expand All @@ -45,7 +45,7 @@ jobs:
solana balance -k id.json
- name: Build ${{ matrix.program }} program
run: |
cargo build-sbf ${{ matrix.build_features }}
cargo build-sbf --tools-version v1.54 ${{ matrix.build_features }}
working-directory: ${{ matrix.directory }}
- name: Deploy ${{ matrix.program }} program to DevNet
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install agave solana tools
run: |
sh -c "$(curl -sSfL https://release.anza.xyz/v2.3.13/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v3.0.4/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: make rust-build
rust-lint:
Expand All @@ -33,7 +33,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install agave solana tools
run: |
sh -c "$(curl -sSfL https://release.anza.xyz/v2.3.13/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v3.0.4/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: make rust-test
rust-validator-test:
Expand All @@ -44,7 +44,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Install agave solana tools
run: |
sh -c "$(curl -sSfL https://release.anza.xyz/v2.3.13/install)"
sh -c "$(curl -sSfL https://release.anza.xyz/v3.0.4/install)"
echo "$HOME/.local/share/solana/install/active_release/bin" >> $GITHUB_PATH
- run: make rust-validator-test
# The doublezero CLI must not link aws-lc-sys (raises the glibc floor to 2.38, breaks
Expand Down
Loading
Loading