Skip to content

Commit

Permalink
Merge pull request #935 from infosiftr/less-riscv
Browse files Browse the repository at this point in the history
Remove riscv64 from python versions that are too slow to build
  • Loading branch information
tianon committed Jul 10, 2024
2 parents 9d2a9a2 + 8acd7b1 commit 9602fc7
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 9602fc7

Please sign in to comment.