We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 279085c commit 046ad85Copy full SHA for 046ad85
build.sh
@@ -163,7 +163,7 @@ mkdir -p ${basedir}/out
163
mkdir -p ${basedir}/out/logs
164
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.6.0.166
+export img_version=3.2-mono-6.12.0.111
167
168
# Get AOT compilers from their containers.
169
mkdir -p ${basedir}/out/aot-compilers
0 commit comments