We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 57abe0e + 8f43880 commit 2589112Copy full SHA for 2589112
generate-stackbrew-library.sh
@@ -148,6 +148,12 @@ for version; do
148
;;
149
esac
150
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
+
157
sharedTags=()
158
for windowsShared in windowsservercore nanoserver; do
159
if [[ "$variant" == "$windowsShared"* ]]; then
0 commit comments