File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -275,8 +275,8 @@ jobs:
275
275
command : |
276
276
git clone https://github.com/firedancer-io/solana-conformance --depth 1
277
277
cd solana-conformance/
278
- git fetch origin b55791db1c74ff767da72e5cca8b152d33884bef
279
- git checkout b55791db1c74ff767da72e5cca8b152d33884bef
278
+ git fetch origin d2bcbdc4b21d52d4579e87516d3eaad651e9f455
279
+ git checkout d2bcbdc4b21d52d4579e87516d3eaad651e9f455
280
280
sudo add-apt-repository ppa:deadsnakes/ppa -y
281
281
sudo apt install -y python3.11 python3.11-dev python3.11-venv rename
282
282
Original file line number Diff line number Diff line change 2
2
set -e
3
3
4
4
# Specifically this commit of solfuzz-agave: 7e7b4935d66e17b478910b8a1e43b461cbb43f7d
5
- artifact_id=3876773025
5
+ artifact_id=3999155212
6
6
artifact_name=" libsolfuzz-agave.so"
7
7
8
8
artifacts_url=" https://api.github.com/repos/firedancer-io/solfuzz-agave/actions/artifacts"
You can’t perform that action at this time.
0 commit comments