File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
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
118121else
119122 echo cannot find PYTHON_FOR_BUILD=$PYTHON_FOR_BUILD
You can’t perform that action at this time.
0 commit comments