Skip to content

Commit

Permalink
3.1.73pre
Browse files Browse the repository at this point in the history
  • Loading branch information
pmp-p committed Nov 28, 2024
1 parent c6c7b8f commit b5a5cee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ jobs:
env:
BUILDS: 3.12 3.13
SDKROOT: /opt/python-wasm-sdk
EMFLAVOUR: tot
EMFLAVOUR: latest
Py_GIL_DISABLED: false
wasisdk: true
gosdk: false
rustsdk: false
nimsdk: false
COPTS: -Os -g0


steps:
- uses: actions/[email protected]

Expand Down
5 changes: 4 additions & 1 deletion scripts/cpython-build-wasisdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ END
fi
popd

# now libmpdec.a is correctly linked in libpython.
if false
then
pushd ${SDKROOT}/wasisdk
if [ -f libpython${PYBUILD}.a ]
then
Expand All @@ -113,7 +116,7 @@ END
wasi-c -nostdlib -fpic -r -Wl,--whole-archive -o libpython${PYBUILD}.o $LINKALL
llvm-ar rcs ${PREFIX}/lib/libpython${PYBUILD}.a libpython${PYBUILD}.o
popd

fi

else
echo cannot find PYTHON_FOR_BUILD=$PYTHON_FOR_BUILD
Expand Down

0 comments on commit b5a5cee

Please sign in to comment.