Skip to content

Commit

Permalink
bump sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Mar 25, 2024
1 parent 4168685 commit 61bfde8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
build:
runs-on: ubuntu-22.04
env:
SDK_VERSION: 3.1.57.0bi
SDK_VERSION: 3.1.57.1bi
SYS_PYTHON: /usr/bin/python3
PACKAGES: emsdk hpy pygame
BUILD_STATIC: emsdk hpy
Expand Down
5 changes: 3 additions & 2 deletions packages.d/hpy/hpy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,13 @@ ${SDKROOT}/python3-wasm setup.py build
build/temp.wasm32-${WASM_FLAVOUR}-emscripten-cpython-${PYMAJOR}${PYMINOR}/hpy/universal/src/ctx_misc.o \
build/temp.wasm32-${WASM_FLAVOUR}-emscripten-cpython-${PYMAJOR}${PYMINOR}/hpy/universal/src/hpymodule.o

if [ -f /pp ]
# local publish
if [ -d $WHEELS ]
then
# build wheel for wasm
${SDKROOT}/python3-wasm -m build --no-isolation .

mv dist/*wasm*whl /data/git/archives/repo/pkg/
mv dist/*wasm*whl $WHEELS/cp${PYMAJOR}${PYMINOR}/
fi

popd
Expand Down

0 comments on commit 61bfde8

Please sign in to comment.