Skip to content

Commit

Permalink
add known checksums for rye 0.20.0 (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
eifinger authored Feb 1, 2024
1 parent 73f8d4e commit bea3edb
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, oracle-aarch64]
rye-version: ['0.11.0', '0.12.0', '0.13.0', '0.14.0', '0.15.0', '0.15.1', '0.15.2', '0.16.0', '0.17.0', '0.18.0', '0.19.0']
rye-version: ['0.11.0', '0.12.0', '0.13.0', '0.14.0', '0.15.0', '0.15.1', '0.15.2', '0.16.0', '0.17.0', '0.18.0', '0.19.0', '0.20.0']
steps:
- uses: actions/checkout@v4
- name: Install specific version
Expand Down
6 changes: 6 additions & 0 deletions dist/save-cache/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/save-cache/index.js.map

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions dist/setup/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/setup/index.js.map

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions src/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,19 @@ export const REPO = 'rye'
export const OWNER = 'mitsuhiko'

export const KNOWN_CHECKSUMS: {[key: string]: string} = {
'aarch64-linux-0.20.0':
'8ee66241f6696408b30f1eea452a8140d27f50292be4dfd00a1307090490e6e9',
'aarch64-macos-0.20.0':
'14fcb7ecda0b7c71e2f9496651a5409d0e8c3b8ecc4dcfc96ae1390f40fcf819',
'x86-windows-0.20.0':
'84ea48643e761f776546c953774c970624bc4f9281e73d4f9e88e0e900687278',
'x86_64-linux-0.20.0':
'efb930c2f3350661b6fafe8e7f61a3576f635d217f2262d00a89ed46b64f7999',
'x86_64-macos-0.20.0':
'ef12e762b1a1a5c36bee985edd85677c89bb5bf42376370f7b3a53a647e3b4d2',
'x86_64-windows-0.20.0':
'1824dbaea0943ac3656593daf39cf92cb4b2e142ec60a78f092d6f0605eee2e5',

'aarch64-linux-0.19.0':
'1b071990b2d709c954be8dac4e9ad4f1bcefad4187e3df34a16dff5ed885d925',
'aarch64-macos-0.19.0':
Expand Down

0 comments on commit bea3edb

Please sign in to comment.