Skip to content

Commit

Permalink
3.1.74.1bi
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Dec 20, 2024
1 parent 4c79302 commit 8bd68c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.74.0bi
SDK_VERSION: 3.1.74.1bi
PYBUILD: 3.13
SDK_ARCHIVE: python3.13-wasm-sdk-Ubuntu-22.04.tar.lz4
SDKROOT: /opt/python-wasm-sdk
Expand Down
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ export SDKROOT=${SDKROOT:-/opt/python-wasm-sdk}
if cd $SDKROOT
then
find . -type f > sdk.base
if false
then
if [ -f ${SDKROOT}/wasm-opt.version ]
then
echo -n wasm opt removed
Expand All @@ -23,6 +25,7 @@ END
chmod +x ${SDKROOT}/emsdk/upstream/bin/wasm-opt
fi
rm sources.extra/1000-glib.sh
fi
. scripts/emsdk-extra.sh
fi

Expand Down

0 comments on commit 8bd68c2

Please sign in to comment.