Skip to content

Commit 2589112

Browse files
authoredOct 21, 2024··
Merge pull request #985 from infosiftr/3.14-i386
Remove i386 from 3.14 (for now)
2 parents 57abe0e + 8f43880 commit 2589112

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed
 

‎generate-stackbrew-library.sh

+6
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ for version; do
148148
;;
149149
esac
150150

151+
if [ "$fullVersion" = '3.14.0a1' ]; then
152+
# https://github.com/python/cpython/issues/125535 - 3.14.0a1 fails to build on i386
153+
# https://github.com/python/cpython/pull/125244 (already fixed for the next release)
154+
variantArches="$(sed <<<" $variantArches " -e 's/ i386 / /g')"
155+
fi
156+
151157
sharedTags=()
152158
for windowsShared in windowsservercore nanoserver; do
153159
if [[ "$variant" == "$windowsShared"* ]]; then

0 commit comments

Comments
 (0)
Please sign in to comment.