Skip to content

Commit cab5d6f

Browse files
authored
Merge pull request #17 from godotengine/versions-update
Mono 6.12.0.114, EMSDK values now defined in container
2 parents 74cc8c7 + 8eae166 commit cab5d6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build-javascript/build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
99
export OPTIONS="debug_symbols=no use_lto=yes"
1010
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes mono_prefix=/root/mono-installs/wasm-runtime-release use_lto=no"
1111
export TERM=xterm
12-
export EMSDK_CLASSICAL=2.0.10
13-
export EMSDK_MONO=1.39.9
1412

1513
rm -rf godot
1614
mkdir godot

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ mkdir -p ${basedir}/out
163163
mkdir -p ${basedir}/out/logs
164164

165165
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
167167

168168
# Get AOT compilers from their containers.
169169
mkdir -p ${basedir}/out/aot-compilers

0 commit comments

Comments
 (0)