We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae43d1 commit 57c9330Copy full SHA for 57c9330
python-wasi-sdk.sh
@@ -54,18 +54,12 @@ ORIGIN=$(pwd)
54
55
# 3.12 3.11 3.10
56
57
-BUILDS=${BUILDS:-3.11 3.13 3.12}
+BUILDS=${BUILDS:-3.12 3.13}
58
59
for PYBUILD in $BUILDS
60
do
61
cd "$ORIGIN"
62
63
-# if echo $PYBUILD|grep -q 12$
64
-# then
65
-# wasisdk=true
66
-# else
67
-# wasisdk=false
68
-# fi
69
70
if [ -f ${SDKROOT}/dev ]
71
then
python-wasm-sdk.sh
0 commit comments