Skip to content

Commit fcfd6d1

Browse files
ci: tighten the comment above the pinned solana-cli-version
1 parent f5616db commit fcfd6d1

5 files changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/anchor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,7 @@ jobs:
138138
- uses: heyAyushh/setup-anchor@v4.999
139139
with:
140140
anchor-version: 1.0.0
141-
# Pinned because setup-anchor's resolver for 'stable' hits the
142-
# unauthenticated GitHub API and frequently 429s, leaving CI without
143-
# solana installed. Bump alongside anchor-version.
141+
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
144142
solana-cli-version: 3.1.14
145143
- name: Install Surfpool
146144
run: curl -sL https://run.surfpool.run/ | bash

.github/workflows/native.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ jobs:
222222
- name: Setup Solana Stable
223223
uses: heyAyushh/setup-solana@v5.9
224224
with:
225-
# Pinned because setup-anchor's resolver for 'stable' hits the
226-
# unauthenticated GitHub API and frequently 429s, leaving CI without
227-
# solana installed. Bump alongside anchor-version.
225+
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
228226
solana-cli-version: 3.1.14
229227
- name: Build and Test with Stable
230228
run: |

.github/workflows/pinocchio.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ jobs:
222222
- name: Setup Solana Stable
223223
uses: heyAyushh/setup-solana@v5.9
224224
with:
225-
# Pinned because setup-anchor's resolver for 'stable' hits the
226-
# unauthenticated GitHub API and frequently 429s, leaving CI without
227-
# solana installed. Bump alongside anchor-version.
225+
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
228226
solana-cli-version: 3.1.14
229227
- name: Build and Test with Stable
230228
run: |

.github/workflows/quasar.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -197,9 +197,7 @@ jobs:
197197
- name: Setup Solana Stable
198198
uses: heyAyushh/setup-solana@v5.9
199199
with:
200-
# Pinned because setup-anchor's resolver for 'stable' hits the
201-
# unauthenticated GitHub API and frequently 429s, leaving CI without
202-
# solana installed. Bump alongside anchor-version.
200+
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
203201
solana-cli-version: 3.1.14
204202
- name: Install Quasar CLI
205203
# Pinned to quasar rev 3d6fb0d8 (the HEAD this migration was written

.github/workflows/solana-asm.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ jobs:
188188
- name: Setup Solana Stable
189189
uses: heyAyushh/setup-solana@v5.9
190190
with:
191-
# Pinned because setup-anchor's resolver for 'stable' hits the
192-
# unauthenticated GitHub API and frequently 429s, leaving CI without
193-
# solana installed. Bump alongside anchor-version.
191+
# setup-anchor resolves tags like stable by querying GitHub API for latest release which can fail with 429 errors
194192
solana-cli-version: 3.1.14
195193
- name: Build and Test with Stable
196194
run: |

0 commit comments

Comments
 (0)