File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -285,15 +285,15 @@ jobs:
285
285
286
286
pip install -e ".[dev]"
287
287
- restore_cache :
288
- key : test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
288
+ key : test-vectors-233b764514a3cd35adf986e0b9967946d486c987
289
289
- run :
290
290
name : Checkout Test Vectors
291
291
command : |
292
292
if [ ! -d "test-vectors" ]; then
293
293
git clone https://github.com/firedancer-io/test-vectors --depth 1
294
294
cd test-vectors
295
- git fetch origin e0b55b1fd3d72532b87a53fa6c313c8a09e34164
296
- git checkout e0b55b1fd3d72532b87a53fa6c313c8a09e34164
295
+ git fetch origin 233b764514a3cd35adf986e0b9967946d486c987
296
+ git checkout 233b764514a3cd35adf986e0b9967946d486c987
297
297
298
298
# We need each fixture file to have a unique name so that we can put them into the test-inputs directory
299
299
# in a "flat" manner. The problem is that there are just too many files and it exceeds ARG_MAX for a single
@@ -305,7 +305,7 @@ jobs:
305
305
find vm_interp/fixtures/v2 -type f -name '*.fix' -print0 | xargs -0 rename "s/\.fix\$/-v2.fix/"
306
306
fi
307
307
- save_cache :
308
- key : test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
308
+ key : test-vectors-233b764514a3cd35adf986e0b9967946d486c987
309
309
paths :
310
310
- test-vectors/
311
311
- run :
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
set -e
3
3
4
- # Specifically this commit of solfuzz-agave: 7e7b4935d66e17b478910b8a1e43b461cbb43f7d
5
- artifact_id=3999155212
4
+ # Specifically this commit of solfuzz-agave: cef278ea3216bde6ea7fe760a89217560c2da856
5
+ artifact_id=4077531638
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