File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1818 build :
1919 runs-on : ubuntu-22.04
2020 env :
21- BUILDS : 3.12 3.13
21+ BUILDS : 3.12 3.13 3.14
2222 SDKROOT : /opt/python-wasm-sdk
2323 EMFLAVOUR : latest
2424 Py_GIL_DISABLED : false
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ EXTRABINS="/usr/local/bin /opt/bin"
6060# stable==latest dev==tot
6161export EMFLAVOUR=${EMFLAVOUR: latest}
6262export EMSDK_QUIET=1
63-
63+ export EMSDK_NOTTY=0
64+ export EMSDK_VERBOSE=0
6465
6566# temp fix for oom on CI (Error: Process completed with exit code 143.)
6667export EMSDK_NUM_CORES=1
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ else:
400400 # TODO: module level
401401 # -gsource-map --source-map-base /
402402 pass
403- final .extend (arglist (WASM_EXTRA , "-DPYDK_STATIC " ))
403+ final .extend (arglist (WASM_EXTRA , "-D__PYDK__=1 " ))
404404
405405 final .extend (out )
406406 final .extend (COMMON )
Original file line number Diff line number Diff line change 4444
4545if echo $PYBUILD | grep -q 14$
4646then
47- wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a1 .tar.xz
48- tar xf Python-3.14.0a1 .tar.xz
49- ln -s Python-3.14.0a1 cpython${PYBUILD}
47+ wget -c https://www.python.org/ftp/python/3.14.0/Python-3.14.0a2 .tar.xz
48+ tar xf Python-3.14.0a2 .tar.xz
49+ ln -s Python-3.14.0a2 cpython${PYBUILD}
5050
5151 mkdir $ROOT /devices/emsdk/usr/lib $ROOT /devices/$( arch) /usr/lib -p
5252
You can’t perform that action at this time.
0 commit comments