Skip to content

Commit 96b45fc

Browse files
ci: note that Anza's stable can resolve to a not-yet-published release
Adds a one-line comment above the 'solana-cli-version: stable' lines in each setup-anchor / setup-solana workflow, so a future reader understands why CI sometimes fails on a green main with no code change. No behaviour change; the value remains 'stable'.
1 parent 68fa7ea commit 96b45fc

5 files changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/anchor.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ jobs:
138138
- uses: heyAyushh/setup-anchor@v4.999
139139
with:
140140
anchor-version: 1.0.0
141+
# Sometimes Anza's stable resolves to a release whose binaries aren't published yet
141142
solana-cli-version: stable
142143
- name: Install Surfpool
143144
run: curl -sL https://run.surfpool.run/ | bash

.github/workflows/native.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
- name: Setup Solana Stable
223223
uses: heyAyushh/setup-solana@v5.9
224224
with:
225+
# Sometimes Anza's stable resolves to a release whose binaries aren't published yet
225226
solana-cli-version: stable
226227
- name: Build and Test with Stable
227228
run: |

.github/workflows/pinocchio.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ jobs:
222222
- name: Setup Solana Stable
223223
uses: heyAyushh/setup-solana@v5.9
224224
with:
225+
# Sometimes Anza's stable resolves to a release whose binaries aren't published yet
225226
solana-cli-version: stable
226227
- name: Build and Test with Stable
227228
run: |

.github/workflows/quasar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ jobs:
197197
- name: Setup Solana Stable
198198
uses: heyAyushh/setup-solana@v5.9
199199
with:
200+
# Sometimes Anza's stable resolves to a release whose binaries aren't published yet
200201
solana-cli-version: stable
201202
- name: Install Quasar CLI
202203
# Pinned to quasar rev 3d6fb0d8 (the HEAD this migration was written

.github/workflows/solana-asm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ jobs:
188188
- name: Setup Solana Stable
189189
uses: heyAyushh/setup-solana@v5.9
190190
with:
191+
# Sometimes Anza's stable resolves to a release whose binaries aren't published yet
191192
solana-cli-version: stable
192193
- name: Build and Test with Stable
193194
run: |

0 commit comments

Comments
 (0)