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"
9
9
export OPTIONS=" debug_symbols=no use_lto=yes"
10
10
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release use_lto=no"
11
11
export TERM=xterm
12
- export EMSDK_CLASSICAL=2.0.10
13
- export EMSDK_MONO=1.39.9
14
12
15
13
rm -rf godot
16
14
mkdir godot
Original file line number Diff line number Diff line change @@ -163,7 +163,7 @@ mkdir -p ${basedir}/out
163
163
mkdir -p ${basedir} /out/logs
164
164
165
165
export 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
167
167
168
168
# Get AOT compilers from their containers.
169
169
mkdir -p ${basedir} /out/aot-compilers
You can’t perform that action at this time.
0 commit comments