File tree 4 files changed +7
-6
lines changed
4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 18
18
build :
19
19
runs-on : ubuntu-22.04
20
20
env :
21
- BUILDS : 3.12 3.13
21
+ BUILDS : 3.12 3.13 3.14
22
22
SDKROOT : /opt/python-wasm-sdk
23
23
EMFLAVOUR : latest
24
24
Py_GIL_DISABLED : false
Original file line number Diff line number Diff line change @@ -60,7 +60,8 @@ EXTRABINS="/usr/local/bin /opt/bin"
60
60
# stable==latest dev==tot
61
61
export EMFLAVOUR=${EMFLAVOUR: latest}
62
62
export EMSDK_QUIET=1
63
-
63
+ export EMSDK_NOTTY=0
64
+ export EMSDK_VERBOSE=0
64
65
65
66
# temp fix for oom on CI (Error: Process completed with exit code 143.)
66
67
export EMSDK_NUM_CORES=1
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ else:
400
400
# TODO: module level
401
401
# -gsource-map --source-map-base /
402
402
pass
403
- final .extend (arglist (WASM_EXTRA , "-DPYDK_STATIC " ))
403
+ final .extend (arglist (WASM_EXTRA , "-D__PYDK__=1 " ))
404
404
405
405
final .extend (out )
406
406
final .extend (COMMON )
Original file line number Diff line number Diff line change 44
44
45
45
if echo $PYBUILD | grep -q 14$
46
46
then
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}
50
50
51
51
mkdir $ROOT /devices/emsdk/usr/lib $ROOT /devices/$( arch) /usr/lib -p
52
52
You can’t perform that action at this time.
0 commit comments