Skip to content

Commit 543234e

Browse files
committed
3.1.70.12bi
1 parent 7577fac commit 543234e

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
build:
1919
runs-on: ubuntu-22.04
2020
env:
21-
BUILDS: 3.12 3.13 3.14
21+
BUILDS: 3.12
2222
EMFLAVOUR: latest
2323

2424
steps:

python-wasi-sdk.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ END
194194
else
195195
if ./scripts/cpython-build-emsdk-deps.sh
196196
then
197-
if $CI
197+
# if $CI
198+
if false
198199
then
199200
pushd /
200201
tar \
@@ -292,6 +293,7 @@ END
292293
${SDKROOT}/python-nim-sdk.sh
293294
fi
294295

296+
mkdir -p /tmp/sdk
295297
# pack extra build scripts
296298
pushd /
297299
tar -cpPRz \

python-wasm-sdk.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,8 @@ END
194194
else
195195
if ./scripts/cpython-build-emsdk-deps.sh
196196
then
197-
if $CI
197+
# if $CI
198+
if false
198199
then
199200
pushd /
200201
tar \
@@ -292,6 +293,7 @@ END
292293
${SDKROOT}/python-nim-sdk.sh
293294
fi
294295

296+
mkdir -p /tmp/sdk
295297
# pack extra build scripts
296298
pushd /
297299
tar -cpPRz \

0 commit comments

Comments
 (0)