diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd842df..dd539af 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: build: runs-on: ubuntu-22.04 env: - BUILDS: 3.12 3.13 3.14 + BUILDS: 3.12 EMFLAVOUR: latest steps: diff --git a/python-wasi-sdk.sh b/python-wasi-sdk.sh index a582279..4308a79 100755 --- a/python-wasi-sdk.sh +++ b/python-wasi-sdk.sh @@ -194,7 +194,8 @@ END else if ./scripts/cpython-build-emsdk-deps.sh then - if $CI +# if $CI + if false then pushd / tar \ @@ -292,6 +293,7 @@ END ${SDKROOT}/python-nim-sdk.sh fi + mkdir -p /tmp/sdk # pack extra build scripts pushd / tar -cpPRz \ diff --git a/python-wasm-sdk.sh b/python-wasm-sdk.sh index a582279..4308a79 100755 --- a/python-wasm-sdk.sh +++ b/python-wasm-sdk.sh @@ -194,7 +194,8 @@ END else if ./scripts/cpython-build-emsdk-deps.sh then - if $CI +# if $CI + if false then pushd / tar \ @@ -292,6 +293,7 @@ END ${SDKROOT}/python-nim-sdk.sh fi + mkdir -p /tmp/sdk # pack extra build scripts pushd / tar -cpPRz \