Skip to content

Commit

Permalink
Remove riscv64 from python versions that are too slow to build
Browse files Browse the repository at this point in the history
  • Loading branch information
yosifkit committed Jul 10, 2024
1 parent 9d2a9a2 commit 8acd7b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ for version; do
case "$version" in
3.8 | 3.9) ;;
*)
if [ "$version" != '3.10' ]; then
# https://github.com/docker-library/python/pull/931
variantArches="$(sed <<<" $variantArches " -e 's/ riscv64 / /g')"
fi
# https://github.com/python/cpython/issues/93619 + https://peps.python.org/pep-0011/
variantArches="$(sed <<<" $variantArches " -e 's/ mips64le / /g')"
;;
Expand Down

0 comments on commit 8acd7b1

Please sign in to comment.