We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 828d649 commit 71798a1Copy full SHA for 71798a1
.github/workflows/ci.yml
@@ -96,8 +96,7 @@ jobs:
96
if ! ./agave/bin/solana-test-validator --version; then
97
git clone https://github.com/anza-xyz/agave
98
cd agave
99
- # smoelius: The next commit merges `SBPF v0.12.2`: https://github.com/anza-xyz/agave/pull/7498
100
- git checkout cd291424d3d71c1a3be0c2c919916dcaa272d162
+ git checkout v3.0.3
101
sed -i '/^\[patch\.crates-io\]$/a solana-sbpf = { git = "https://github.com/trail-of-forks/sbpf-coverage" }' Cargo.toml
102
# smoelius: `solana` is not used directly, but it is called by `anchor`.
103
sed -i '/^binArgs=()$/i BINS=(cargo-build-sbf solana-test-validator solana); DCOU_BINS=()' scripts/cargo-install-all.sh
0 commit comments