Skip to content

Commit

Permalink
3.1.66.2bi
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Sep 17, 2024
1 parent 61039ff commit 31ab243
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build wasm extra emsdk libraries
runs-on: ubuntu-22.04
env:
SDK_VERSION: 3.1.65.15bi
SDK_VERSION: 3.1.66.2bi
SDK_ARCHIVE: python3.12-wasm-sdk-Ubuntu-22.04.tar.lz4
SDKROOT: /opt/python-wasm-sdk
SYS_PYTHON: /usr/bin/python3
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,11 @@
# python-wasm-sdk-extra
### python-wasm-sdk-extra

extra third parties for complex build - highly untested !

contains : glib microwindows gdal proj geo

built from https://github.com/pygame-web/python-wasm-sdk/blob/main/scripts/emsdk-extra.sh

see for more https://github.com/pygame-web/python-wasm-sdk/tree/main/sources.extra/


Empty file modified build.sh
100644 → 100755
Empty file.
14 changes: 11 additions & 3 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,16 @@ echo "Making sdk-extra $TAG tarball" 1>&2


pushd /
mkdir -p /tmp/sdk
tar -cpPR \
mkdir -p /tmp/sdk

cat > ${SDKROOT}/extra.installed <<END
EXTRA_PYBUILD=${PYBUILD}
EXTRA_TAG=
EXTRA_CIVER=${CIVER}
END

tar -cpPR \
${SDKROOT}/extra.installed
${SDKROOT}/config \
${SDKROOT}/python3-was? \
${SDKROOT}/wasm32-*-shell.sh \
Expand All @@ -36,5 +44,5 @@ tar -cpPR \
du -hs /tmp/sdk/*

rm /tmp/sdk/python${PYBUILD}-${TAG}-sdk-extra-${CIVER}.tar
echo "done" 1>&2
echo "done" 1>&2
popd

0 comments on commit 31ab243

Please sign in to comment.