Update scripts for 3.7-f42-mono-6.12.0.206 containers (#132)

This commit is contained in:
Rémi Verschelde
2025-10-14 22:56:59 +01:00
committed by GitHub
parent 949462d076
commit 6e3758c48b
3 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@ export OPTIONS="production=yes lto=none"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
export TERM=xterm
export IOS_SDK="17.0"
export IOS_SDK="18.2"
export IOS_LIPO="/root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
rm -rf godot

View File

@@ -5,11 +5,11 @@ set -e
# Config
export SCONS="scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
export OPTIONS="osxcross_sdk=darwin23 production=yes"
export OPTIONS="osxcross_sdk=darwin24.2 production=yes"
export OPTIONS_MONO="module_mono_enabled=yes mono_static=yes"
export MONO_PREFIX_X86_64="/root/mono-installs/desktop-osx-x86_64-release"
export MONO_PREFIX_ARM64="/root/mono-installs/desktop-osx-arm64-release"
export STRIP="x86_64-apple-darwin23-strip -u -r"
export STRIP="x86_64-apple-darwin24.2-strip -u -r"
export TERM=xterm
rm -rf godot

View File

@@ -38,7 +38,7 @@ export WEB_EDITOR_HOSTNAME=''
export REGISTRY='registry.prehensile-tales.com'
# Version string of the images to use in build.sh.
export IMAGE_VERSION='3.6-f39-mono-6.12.0.198'
export IMAGE_VERSION='3.7-f42-mono-6.12.0.206'
# Default build name used to distinguish between official and custom builds.
export BUILD_NAME='custom_build'