File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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 : |
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments