File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
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 Py_GIL_DISABLED : false
2424 wasisdk : true
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ export WASMTIME_HOME=$WASISDK
8080
8181# EXTRABINS="$EXTRABINS $WASISDK/bin"
8282
83+ # =============== JDK =======================
84+ export JAVA_HOME=${SDKROOT} /jdk
85+ EXTRABINS=" $EXTRABINS ${JAVA_HOME} /bin"
86+
8387# =============== Nimrod ====================
8488
8589# stable
@@ -126,7 +130,7 @@ EXTRABINS="$EXTRABINS $BUN_INSTALL/bin"
126130
127131# ================ aosp ===================
128132
129- AOSP_NDK=25.2.9519653
133+ AOSP_NDK=${AOSP_NDK :- 25.2.9519653}
130134
131135
132136# =========== panda3d =================
Original file line number Diff line number Diff line change 207207 EXTRA=" --without-pydebug --without-trace-refs --without-dsymutil --without-pymalloc --without-strict-overflow"
208208 fi
209209
210+ if [ ${PYMINOR} -ge 14 ]
211+ then
212+ sed -i ' s|wasm32-unknown-emscripten|wasm32-bi-emscripten|g' Makefile.pre.in
213+ fi
214+
215+
210216 popd
211217
212218 chmod +x ${SDKROOT} /emsdk-cc
You can’t perform that action at this time.
0 commit comments