@@ -38,14 +38,14 @@ be welcome (but back when we tried we ran into performance issues).
3838The ` build.sh ` script included is used to build the containers themselves.
3939
4040The two arguments can take any value and are meant to convey what Godot branch
41- you are building for (e.g. ` 4.5 ` ) and what Linux distribution the ` Dockerfile.base `
42- is based on (e.g. ` f42 ` for Fedora 42 ).
41+ you are building for (e.g. ` 4.6 ` ) and what Linux distribution the ` Dockerfile.base `
42+ is based on (e.g. ` f43 ` for Fedora 43 ).
4343
4444Run the command using:
4545
46- ./build.sh 4.5 f42
46+ ./build.sh 4.6 f43
4747
48- The above will generate images using the tag '4.5-f42 '.
48+ The above will generate images using the tag '4.6-f43 '.
4949You can then specify it in the ` build.sh ` of
5050[ godot-build-scripts] ( https://github.com/godotengine/godot-build-scripts ) .
5151
@@ -67,13 +67,14 @@ you can comment out the corresponding lines from the script:
6767These are the expected container image sizes, so you can plan your disk usage in advance:
6868
6969 REPOSITORY TAG SIZE
70- localhost/godot-fedora 4.5-f42 949 MB
71- localhost/godot-linux 4.5-f42 2.74 GB
72- localhost/godot-windows 4.5-f42 2.54 GB
73- localhost/godot-web 4.5-f42 2.35 GB
74- localhost/godot-android 4.5-f42 4.19 GB
75- localhost/godot-osx 4.5-f42 5.30 GB
76- localhost/godot-appleembedded 4.5-f42 14.1 GB
70+ localhost/godot-fedora 4.6-f43 978 MB
71+ localhost/godot-linux 4.6-f43 2.77 GB
72+ localhost/godot-windows 4.6-f43 2.65 GB
73+ localhost/godot-web 4.6-f43 2.74 GB
74+ localhost/godot-android 4.6-f43 4.22 GB
75+ localhost/godot-xcode 4.6-f43 1.56 GB
76+ localhost/godot-osx 4.6-f43 14.6 GB
77+ localhost/godot-appleembedded 4.6-f43 16.0 GB
7778
7879In addition to this, generating containers will also require some host disk space
7980(up to 10 GB) for the dependencies (Xcode).
@@ -83,14 +84,13 @@ In addition to this, generating containers will also require some host disk spac
8384
8485These are the toolchains currently in use for Godot 4.3 and later:
8586
86- - Base image: Fedora 42
87- - SCons: 4.9 .1
87+ - Base image: Fedora 43
88+ - SCons: 4.10 .1
8889- Linux: GCC 13.2.0 built against glibc 2.28, binutils 2.40, from our own [ Linux SDK] ( https://github.com/godotengine/buildroot )
8990- Windows:
90- * x86_64/x86_32: MinGW 12.0.0, GCC 14.2.1, binutils 2.43.1
91- * arm64: llvm-mingw 20250528, LLVM 20.1.6
92- - Web: Emscripten 4.0.10
93- - Android: Android NDK 28.1.13356709, build-tools 35.0.0, platform android-35, CMake 3.31.6, JDK 21
94- - Apple: Xcode 16.4 with Apple Clang (LLVM 19.1.4), cctools 1024.3, ld64 955.13
95- * macOS: MacOSX SDK 15.5
96- * Apple Embedded: iPhoneOS and iPhoneSimulator SDKs 18.5, AppleTVOS and AppleTVSimulator SDKs 18.5, XROS and XRSimulator SDKs 2.5
91+ * x86_64/x86_32: MinGW 13.0.0, GCC 15.2.1, binutils 2.45
92+ * arm64: llvm-mingw 20251118, LLVM 21.1.6
93+ - Web: Emscripten 4.0.20
94+ - Android: Android NDK 28.1.13356709, build-tools 35.0.1, platform android-35, CMake 3.31.6, JDK 21
95+ - Apple: Xcode 26.1.1 with Apple Clang (LLVM 19.1.5), cctools 1030.6.3, ld64 956.6
96+ * SDKs: MacOSX, iPhoneOS, iPhoneSimulator, AppleTVOS, AppleTVSimulator, XROS, XRSimulator
0 commit comments