File tree Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Expand file tree Collapse file tree 5 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 1
1
# User-specific configuration and signing key
2
2
config.sh
3
+ * .pfx
3
4
* .pkcs12
4
5
5
6
# Generated by build scripts
Original file line number Diff line number Diff line change @@ -14,9 +14,6 @@ mkdir godot
14
14
cd godot
15
15
tar xf /root/godot.tar.gz --strip-components=1
16
16
17
- dnf install -y java-11-openjdk-devel
18
- java --version
19
-
20
17
# Classical
21
18
22
19
if [ " ${CLASSICAL} " == " 1" ]; then
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export OPTIONS="production=yes use_lto=no"
11
11
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
12
12
export TERM=xterm
13
13
14
- export IOS_SDK=" 14 .4"
14
+ export IOS_SDK=" 15 .4"
15
15
export IOS_LIPO=" /root/ioscross/arm64/bin/arm-apple-darwin11-lipo"
16
16
17
17
rm -rf godot
Original file line number Diff line number Diff line change 5
5
# Config
6
6
7
7
export SCONS=" scons -j${NUM_CORES} verbose=yes warnings=no progress=no"
8
- export OPTIONS=" osxcross_sdk=darwin20.2 production=yes"
8
+ export OPTIONS=" osxcross_sdk=darwin21.4 production=yes"
9
9
export OPTIONS_MONO=" module_mono_enabled=yes mono_static=yes"
10
10
export MONO_PREFIX_X86_64=" /root/mono-installs/desktop-osx-x86_64-release"
11
11
export MONO_PREFIX_ARM64=" /root/mono-installs/desktop-osx-arm64-release"
12
- export STRIP=" x86_64-apple-darwin20.2 -strip -u -r"
12
+ export STRIP=" x86_64-apple-darwin21.4 -strip -u -r"
13
13
export TERM=xterm
14
14
15
15
rm -rf godot
Original file line number Diff line number Diff line change @@ -177,7 +177,7 @@ mkdir -p ${basedir}/out
177
177
mkdir -p ${basedir} /out/logs
178
178
179
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-mono-6.12.0.158
180
+ export img_version=3.x-f36- mono-6.12.0.179
181
181
182
182
# Get AOT compilers from their containers.
183
183
mkdir -p ${basedir} /out/aot-compilers
You can’t perform that action at this time.
0 commit comments