Skip to content

Commit dc241a7

Browse files
committed
Exclude mips64le on 3.11+
1 parent 56cea61 commit dc241a7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

generate-stackbrew-library.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,14 @@ for version; do
133133
;;
134134
esac
135135

136+
case "$version" in
137+
3.7 | 3.8 | 3.9 | 3.10) ;;
138+
*)
139+
# https://github.com/python/cpython/issues/93619 + https://peps.python.org/pep-0011/
140+
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"
141+
;;
142+
esac
143+
136144
sharedTags=()
137145
for windowsShared in windowsservercore nanoserver; do
138146
if [[ "$variant" == "$windowsShared"* ]]; then

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy