File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
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
Py_GIL_DISABLED : false
24
24
wasisdk : true
Original file line number Diff line number Diff line change @@ -80,6 +80,10 @@ export WASMTIME_HOME=$WASISDK
80
80
81
81
# EXTRABINS="$EXTRABINS $WASISDK/bin"
82
82
83
+ # =============== JDK =======================
84
+ export JAVA_HOME=${SDKROOT} /jdk
85
+ EXTRABINS=" $EXTRABINS ${JAVA_HOME} /bin"
86
+
83
87
# =============== Nimrod ====================
84
88
85
89
# stable
@@ -126,7 +130,7 @@ EXTRABINS="$EXTRABINS $BUN_INSTALL/bin"
126
130
127
131
# ================ aosp ===================
128
132
129
- AOSP_NDK=25.2.9519653
133
+ AOSP_NDK=${AOSP_NDK :- 25.2.9519653}
130
134
131
135
132
136
# =========== panda3d =================
Original file line number Diff line number Diff line change 207
207
EXTRA=" --without-pydebug --without-trace-refs --without-dsymutil --without-pymalloc --without-strict-overflow"
208
208
fi
209
209
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
+
210
216
popd
211
217
212
218
chmod +x ${SDKROOT} /emsdk-cc
You can’t perform that action at this time.
0 commit comments