Skip to content

Commit 9602fc7

Browse files
authored
Merge pull request #935 from infosiftr/less-riscv
Remove riscv64 from python versions that are too slow to build
2 parents 9d2a9a2 + 8acd7b1 commit 9602fc7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

generate-stackbrew-library.sh

+4
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ for version; do
137137
case "$version" in
138138
3.8 | 3.9) ;;
139139
*)
140+
if [ "$version" != '3.10' ]; then
141+
# https://github.com/docker-library/python/pull/931
142+
variantArches="$(sed <<<" $variantArches " -e 's/ riscv64 / /g')"
143+
fi
140144
# https://github.com/python/cpython/issues/93619 + https://peps.python.org/pep-0011/
141145
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"
142146
;;

0 commit comments

Comments
 (0)