Skip to content

Commit 38cb0bd

Browse files
committed
update test-vectors for v3.0.3 agave
1 parent 7ae7fcf commit 38cb0bd

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -287,15 +287,15 @@ jobs:
287287
288288
pip install -e ".[dev]"
289289
- restore_cache:
290-
key: test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
290+
key: test-vectors-233b764514a3cd35adf986e0b9967946d486c987
291291
- run:
292292
name: Checkout Test Vectors
293293
command: |
294294
if [ ! -d "test-vectors" ]; then
295295
git clone https://github.com/firedancer-io/test-vectors --depth 1
296296
cd test-vectors
297-
git fetch origin e0b55b1fd3d72532b87a53fa6c313c8a09e34164
298-
git checkout e0b55b1fd3d72532b87a53fa6c313c8a09e34164
297+
git fetch origin 233b764514a3cd35adf986e0b9967946d486c987
298+
git checkout 233b764514a3cd35adf986e0b9967946d486c987
299299
300300
# We need each fixture file to have a unique name so that we can put them into the test-inputs directory
301301
# in a "flat" manner. The problem is that there are just too many files and it exceeds ARG_MAX for a single
@@ -307,7 +307,7 @@ jobs:
307307
find vm_interp/fixtures/v2 -type f -name '*.fix' -print0 | xargs -0 rename "s/\.fix\$/-v2.fix/"
308308
fi
309309
- save_cache:
310-
key: test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
310+
key: test-vectors-233b764514a3cd35adf986e0b9967946d486c987
311311
paths:
312312
- test-vectors/
313313
- run:

conformance/scripts/download_artifacts.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/bin/bash
22
set -e
33

4-
# Specifically this commit of solfuzz-agave: 7e7b4935d66e17b478910b8a1e43b461cbb43f7d
5-
artifact_id=3999155212
4+
# Specifically this commit of solfuzz-agave: cef278ea3216bde6ea7fe760a89217560c2da856
5+
artifact_id=4077531638
66
artifact_name="libsolfuzz-agave.so"
77

88
artifacts_url="https://api.github.com/repos/firedancer-io/solfuzz-agave/actions/artifacts"

0 commit comments

Comments
 (0)