Skip to content

Commit b5a5cee

Browse files
committed
3.1.73pre
1 parent c6c7b8f commit b5a5cee

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
env:
2121
BUILDS: 3.12 3.13
2222
SDKROOT: /opt/python-wasm-sdk
23-
EMFLAVOUR: tot
23+
EMFLAVOUR: latest
2424
Py_GIL_DISABLED: false
2525
wasisdk: true
2626
gosdk: false
2727
rustsdk: false
2828
nimsdk: false
29+
COPTS: -Os -g0
2930

30-
3131
steps:
3232
- uses: actions/checkout@v3.3.0
3333

scripts/cpython-build-wasisdk.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ END
9292
fi
9393
popd
9494

95+
# now libmpdec.a is correctly linked in libpython.
96+
if false
97+
then
9598
pushd ${SDKROOT}/wasisdk
9699
if [ -f libpython${PYBUILD}.a ]
97100
then
@@ -113,7 +116,7 @@ END
113116
wasi-c -nostdlib -fpic -r -Wl,--whole-archive -o libpython${PYBUILD}.o $LINKALL
114117
llvm-ar rcs ${PREFIX}/lib/libpython${PYBUILD}.a libpython${PYBUILD}.o
115118
popd
116-
119+
fi
117120

118121
else
119122
echo cannot find PYTHON_FOR_BUILD=$PYTHON_FOR_BUILD

0 commit comments

Comments
 (0)