Skip to content

Commit

Permalink
Merge pull request #985 from infosiftr/3.14-i386
Browse files Browse the repository at this point in the history
Remove i386 from 3.14 (for now)
  • Loading branch information
yosifkit authored Oct 21, 2024
2 parents 57abe0e + 8f43880 commit 2589112
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions generate-stackbrew-library.sh
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,12 @@ for version; do
;;
esac

if [ "$fullVersion" = '3.14.0a1' ]; then
# https://github.com/python/cpython/issues/125535 - 3.14.0a1 fails to build on i386
# https://github.com/python/cpython/pull/125244 (already fixed for the next release)
variantArches="$(sed <<<" $variantArches " -e 's/ i386 / /g')"
fi

sharedTags=()
for windowsShared in windowsservercore nanoserver; do
if [[ "$variant" == "$windowsShared"* ]]; then
Expand Down

0 comments on commit 2589112

Please sign in to comment.