File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -9,8 +9,6 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
99export OPTIONS=" debug_symbols=no use_lto=yes"
1010export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release use_lto=no"
1111export TERM=xterm
12- export EMSDK_CLASSICAL=2.0.10
13- export EMSDK_MONO=1.39.9
1412
1513rm -rf godot
1614mkdir godot
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ mkdir -p ${basedir}/out
163163mkdir -p ${basedir} /out/logs
164164
165165export podman_run=" ${podman} run -it --rm --env NUM_CORES --env CLASSICAL=${build_classical} --env MONO=${build_mono} -v ${basedir} /godot.tar.gz:/root/godot.tar.gz -v ${basedir} /mono-glue:/root/mono-glue -w /root/"
166- export img_version=3.2-mono-6.12.0.111
166+ export img_version=3.2-mono-6.12.0.114
167167
168168# Get AOT compilers from their containers.
169169mkdir -p ${basedir} /out/aot-compilers
You can’t perform that action at this time.
0 commit comments