Skip to content

Commit e44f8f2

Browse files
authored
chore(ci): bump cached surfpool installation to use v1.0.0-rc1 (solana-foundation#4140)
* chore(ci): bump cached surfpool installation to use v1.0.0-rc1 * chore(ci): add TODO comments regarding surfpool CLI version installation
1 parent c3cd773 commit e44f8f2

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.github/actions/setup-surfpool/action.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ runs:
88
id: cache-surfpool
99
with:
1010
path: /usr/local/bin/surfpool
11+
# TODO: currently this value is only used to invalidate the cache and install latest, it is not
12+
# actually installing the specified version.
13+
# Issue: https://github.com/solana-foundation/anchor/issues/4160
1114
key: surfpool-${{ runner.os }}-v${{ env.SURFPOOL_CLI_VERSION }}
1215

1316
- uses: nick-fields/retry@v2

.github/workflows/no-caching-tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,7 @@ jobs:
1717
node_version: 20.18.0
1818
cargo_profile: release
1919
anchor_binary_name: anchor-binary-no-caching
20-
surfpool_cli_version: 0.11.2
20+
# TODO: currently this value is only used to invalidate the cache and install latest, it is not
21+
# actually installing the specified version.
22+
# Issue: https://github.com/solana-foundation/anchor/issues/4160
23+
surfpool_cli_version: 1.0.0-rc1

.github/workflows/tests.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@ jobs:
2222
node_version: 20.18.0
2323
cargo_profile: debug
2424
anchor_binary_name: anchor-binary
25-
surfpool_cli_version: 0.11.2
25+
# TODO: currently this value is only used to invalidate the cache and install latest, it is not
26+
# actually installing the specified version.
27+
# Issue: https://github.com/solana-foundation/anchor/issues/4160
28+
surfpool_cli_version: 1.0.0-rc1

0 commit comments

Comments
 (0)