19
This commit is contained in:
parent
b1c1c040bc
commit
7e5012384a
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ echo "${path}"
|
|||
cat "${path}"
|
||||
|
||||
for url in $(jq -r ".. | objects | .url?" "${path}" |
|
||||
grep "\(/20250311/\|/pypy3.11-v7.3.18\)" |
|
||||
grep "\(/20250311/\|/pypy3.11-v7.3.19\)" |
|
||||
grep --invert-match "debug" |
|
||||
grep --invert-match "\(armv7\|ppc64le\|s390x\)" |
|
||||
grep --invert-match "\(apple-darwin\|macos\|win64\|windows-msvc\)"); do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue