File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1313 uses : ./.github/workflows/reusable-tests.yaml
1414 with :
1515 cache : false
16- solana_cli_version : 2.3 .0
16+ solana_cli_version : 2.1 .0
1717 node_version : 20.18.0
1818 cargo_profile : release
1919 anchor_binary_name : anchor-binary-no-caching
Original file line number Diff line number Diff line change 1818 uses : ./.github/workflows/reusable-tests.yaml
1919 with :
2020 cache : true
21- solana_cli_version : 2.3 .0
21+ solana_cli_version : 2.1 .0
2222 node_version : 20.18.0
2323 cargo_profile : debug
2424 anchor_binary_name : anchor-binary
Original file line number Diff line number Diff line change 11# Anchor version.
22ANCHOR_CLI =v0.32.1
33# Solana toolchain.
4- SOLANA_CLI =v2.3 .0
4+ SOLANA_CLI =v2.1 .0
55# Build version should match the Anchor cli version.
66VERSIONED_IMG_NAME =solanafoundation/anchor:$(ANCHOR_CLI )
77
Original file line number Diff line number Diff line change 33# Launches the test validator in the background, waiting for it to be ready
44# If the validator is not ready and healthy after 5 retries, exit with failure
55
6- set -o pipefail
6+ # set -o pipefail
77
88solana-test-validator -r --quiet 2>&1 > /dev/null &
99curl http://localhost:8899 \
Original file line number Diff line number Diff line change 11#! /bin/bash
22
33active_version=$( solana -V | awk ' {print $2}' )
4- if [ " $active_version " != " 2.3 .0" ]; then
5- agave-install init 2.3 .0
4+ if [ " $active_version " != " 2.1 .0" ]; then
5+ agave-install init 2.1 .0
66fi
77
88git submodule update --init --recursive --depth 1
You can’t perform that action at this time.
0 commit comments