Skip to content

Commit bd20cc3

Browse files
committed
update test-vectors for v3.0.3 agave
1 parent 3343999 commit bd20cc3

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
@@ -285,15 +285,15 @@ jobs:
285285
286286
pip install -e ".[dev]"
287287
- restore_cache:
288-
key: test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
288+
key: test-vectors-233b764514a3cd35adf986e0b9967946d486c987
289289
- run:
290290
name: Checkout Test Vectors
291291
command: |
292292
if [ ! -d "test-vectors" ]; then
293293
git clone https://github.com/firedancer-io/test-vectors --depth 1
294294
cd test-vectors
295-
git fetch origin e0b55b1fd3d72532b87a53fa6c313c8a09e34164
296-
git checkout e0b55b1fd3d72532b87a53fa6c313c8a09e34164
295+
git fetch origin 233b764514a3cd35adf986e0b9967946d486c987
296+
git checkout 233b764514a3cd35adf986e0b9967946d486c987
297297
298298
# We need each fixture file to have a unique name so that we can put them into the test-inputs directory
299299
# 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:
305305
find vm_interp/fixtures/v2 -type f -name '*.fix' -print0 | xargs -0 rename "s/\.fix\$/-v2.fix/"
306306
fi
307307
- save_cache:
308-
key: test-vectors-e0b55b1fd3d72532b87a53fa6c313c8a09e34164
308+
key: test-vectors-233b764514a3cd35adf986e0b9967946d486c987
309309
paths:
310310
- test-vectors/
311311
- 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)