debug,pypy/3.11
This commit is contained in:
parent
0dc5013c94
commit
3fb974b8ea
1 changed files with 2 additions and 1 deletions
|
@ -18,7 +18,8 @@ echo "${path}"
|
|||
cat "${path}"
|
||||
|
||||
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
||||
grep "\(/20241219/\|/pypy3.10-v7.3.17\)" |
|
||||
grep "\(/20250212/\|/pypy3.11-v7.3.18\)" |
|
||||
grep --invert-match "debug" |
|
||||
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
||||
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do
|
||||
case "$(basename "${url}")" in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue