Skip to content

Commit 71798a1

Browse files
committed
Use Agave 3.0.3
1 parent 828d649 commit 71798a1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,7 @@ jobs:
9696
if ! ./agave/bin/solana-test-validator --version; then
9797
git clone https://github.com/anza-xyz/agave
9898
cd agave
99-
# smoelius: The next commit merges `SBPF v0.12.2`: https://github.com/anza-xyz/agave/pull/7498
100-
git checkout cd291424d3d71c1a3be0c2c919916dcaa272d162
99+
git checkout v3.0.3
101100
sed -i '/^\[patch\.crates-io\]$/a solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" }' Cargo.toml
102101
# smoelius: `solana` is not used directly, but it is called by `anchor`.
103102
sed -i '/^binArgs=()$/i BINS=(cargo-build-sbf solana-test-validator solana); DCOU_BINS=()' scripts/cargo-install-all.sh

0 commit comments

Comments
 (0)