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.
2 parents 135ad22 + 4c9e58d commit b2aef95Copy full SHA for b2aef95
build.sh
@@ -177,7 +177,7 @@ mkdir -p ${basedir}/out
177
mkdir -p ${basedir}/out/logs
178
179
export podman_run="${podman} run -it --rm --env BUILD_NAME --env GODOT_VERSION_STATUS --env NUM_CORES --env CLASSICAL=${build_classical} --env MONO=${build_mono} -v ${basedir}/godot-${godot_version}.tar.gz:/root/godot.tar.gz -v ${basedir}/mono-glue:/root/mono-glue -w /root/"
180
-export img_version=3.x-f36-mono-6.12.0.179
+export img_version=3.x-f36-mono-6.12.0.182
181
182
# Get AOT compilers from their containers.
183
mkdir -p ${basedir}/out/aot-compilers
0 commit comments