Skip to content

Commit e762d07

Browse files
committed
update some more versions
1 parent 03ea9da commit e762d07

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,8 +275,8 @@ jobs:
275275
command: |
276276
git clone https://github.com/firedancer-io/solana-conformance --depth 1
277277
cd solana-conformance/
278-
git fetch origin b55791db1c74ff767da72e5cca8b152d33884bef
279-
git checkout b55791db1c74ff767da72e5cca8b152d33884bef
278+
git fetch origin d2bcbdc4b21d52d4579e87516d3eaad651e9f455
279+
git checkout d2bcbdc4b21d52d4579e87516d3eaad651e9f455
280280
sudo add-apt-repository ppa:deadsnakes/ppa -y
281281
sudo apt install -y python3.11 python3.11-dev python3.11-venv rename
282282

conformance/scripts/download_artifacts.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -e
33

44
# Specifically this commit of solfuzz-agave: 7e7b4935d66e17b478910b8a1e43b461cbb43f7d
5-
artifact_id=3876773025
5+
artifact_id=3999155212
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)