184 Commits

Author SHA1 Message Date
Rémi Verschelde
a038ae7529 Merge pull request #158 from godotengine/3.x-f43-update-toolchains
[3.x] Update to Fedora 43 for MinGW-GCC 15.2.1
2025-10-28 20:33:46 +01:00
Rémi Verschelde
e93df6959d Update to Fedora 43 for MinGW-GCC 15.2.1
Fixes #157, seems like the MinGW stack in F42 was broken.
2025-10-27 22:33:18 +01:00
Rémi Verschelde
7f34bd6cfa Merge pull request #156 from godotengine/3.x-f42-update-toolchains
[3.x] Update to Fedora 42, Mono 6.12.0.206 w/ Android 16KB page size, Xcode 16.2
2025-10-14 22:56:47 +01:00
Rémi Verschelde
183505d40c Update to Fedora 42, Mono 6.12.0.206 w/ Android 16KB page size, Xcode 16.2
Newer versions of Xcode / Clang seem to have build errors for Mono.
2025-10-14 17:29:36 +02:00
Rémi Verschelde
65c0ecee1b Linux: Fix links to our SDK, TuxFamily is out of order 2025-06-22 12:51:48 +02:00
Rémi Verschelde
edd05b15aa Merge pull request #137 from godotengine/3.x-linux-sdk-2024-01-17-fix-arm32
[3.x] Update Linux SDK to 2024-01-17 release, fixes arm32 lacking NEON
2024-01-17 17:20:31 +01:00
Rémi Verschelde
6288f0bbcd Update Linux SDK to 2024-01-17 release, fixes arm32 lacking NEON 2024-01-17 17:19:34 +01:00
Rémi Verschelde
6503175535 Merge pull request #135 from godotengine/3.x-update-f39-mono-6.12.0.198
[3.x] Update to Fedora 39, newer toolchains, add Linux arm64
2024-01-16 13:34:30 +01:00
Rémi Verschelde
1a69671bf4 Update to Fedora 39, newer toolchains, add Linux arm64
Syncs with the config of the current `main` branch (as used for 4.2+)
as far as possible (backports the last couple of years of PRs, minus
the removal of some platforms and of the Mono builds).

Notably backports #128 and #131, giving us these toolchains:

- Base image: Fedora 39
- Mono version: 6.12.0.198
- SCons: 4.5.2
- Linux: GCC 13.2.0 built against glibc 2.28, binutils 2.40, from our own [Linux SDK](https://github.com/godotengine/buildroot)
- Windows: MinGW 11.0.0, GCC 13.2.1, binutils 2.40
- HTML5: Emscripten 3.1.39 (standard builds), Emscripten 1.39.9 (Mono builds)
- Android: Android NDK 23.2.8568313, build-tools 33.0.2, platform android-33, CMake 3.22.1, JDK 11
- macOS: Xcode 15.0 with Apple Clang (LLVM 16.0.0), MacOSX SDK 14.0
- iOS: Xcode 15.0 with Apple Clang (LLVM 16.0.0), iPhoneOS SDK 17.0
- UWP: Unchanged, current Dockerfile still unsupported
2024-01-16 13:27:25 +01:00
Hein-Pieter van Braam
51de348e0c Make the build script work with SELinux
Generally speaking the scripts are executed from a user's homedirectory.
By default the SELinux context will be: unconfined_u:object_r:user_home_t:s0

For podman to work with SELinux enable the context needs to be
system_u:object_r:container_file_t:s0. Podman can do this automatically
if the volume is made with the :z attribute.

(cherry picked from commit 8f6852e813)
2023-02-09 23:15:57 +01:00
Rémi Verschelde
c23aecab0b Merge pull request #118 from godotengine/3.x-macos-arm64-btls
macOS: Update godot-mono-builds to fix missing ARM64 btls lib
2023-02-09 23:13:01 +01:00
Rémi Verschelde
f37a4d02c1 macOS: Update godot-mono-builds to fix missing ARM64 btls lib
Namely the fix for https://github.com/godotengine/godot-mono-builds/issues/79.
2023-02-09 23:12:35 +01:00
Rémi Verschelde
a4e33ef81d Merge pull request #117 from godotengine/fix-gh-dl-page
Github changed their download page
2023-02-09 17:30:26 +01:00
Hein-Pieter van Braam-Stewart
6aae6a5a5a Github changed their download page
This PR fixes that.
2023-02-09 17:08:31 +01:00
Rémi Verschelde
06420a2e06 Android: Mono build now supports NDK r23, drops unused android cross compilers 2022-07-08 17:10:37 +02:00
Rémi Verschelde
d863b0a20f Add details about toolchains in use 2022-06-27 16:54:48 +02:00
Rémi Verschelde
63c20a4d9e Cleanup and improve README
Removed old instructions about Ubuntu 18.04 as there's no good reason
to use such an old OS to build those containers, and we're not testing
it so chances are that the containers may not build/work properly there.

It saves a lot of trouble to just use latest Fedora (or possibly RHEL/CentOS)
to build those containers.
2022-06-27 16:54:48 +02:00
Rémi Verschelde
05a9d70c7e Merge pull request #109 from godotengine/android-ndk-r23
Update to Android NDK r23, Emscripten 3.1.14
2022-06-27 12:20:19 +02:00
Rémi Verschelde
18b7ecfcd9 Update to Android NDK r23, Emscripten 3.1.14
Keeping NDK r21 for building Mono itself as it's not compatible yet
with NDK r22+ (see godotengine/godot-mono-builds#68).
2022-06-25 13:35:41 +02:00
Rémi Verschelde
469fc4515c iOS: Delete unneeded cctools-port compiled objects
And don't install clang since we built it manually in the OSX image.
2022-05-24 22:52:47 +02:00
Rémi Verschelde
541cf38dd5 Update godot-mono-builds to build BTLS DLL again 2022-05-24 16:08:46 +02:00
Rémi Verschelde
e6cb701ab3 Merge pull request #108 from godotengine/back-to-f36 2022-05-21 16:12:01 +02:00
Rémi Verschelde
53fb4ea624 Set base to Fedora 36, F35 had worse issues
This reverts #105 as we found that the MinGW/GCC/binutils
combinations in Fedora 35 generates broken Windows binaries.

To workaround the issue with LLVM 14 on F36, we build Clang 13.0.1
from source for osxcross in the OSX container. This matches Xcode 13.
2022-05-20 22:02:04 +02:00
Rémi Verschelde
55baf826a0 Update godot-mono-builds with problematic changes reverted
See https://github.com/godotengine/godot-mono-builds/issues/66.
2022-05-19 08:50:23 +02:00
Rémi Verschelde
a830ebfd2b Merge pull request #107 from godotengine/image-distro-version 2022-05-19 08:47:52 +02:00
Rémi Verschelde
dbc4904d7a Add distro identifier to image version, simplify script
We have no reason to checkout a Mono commit anymore, all commits on the
last supported branch 2020-02 get a Preview release tag.
2022-05-19 08:45:54 +02:00
Rémi Verschelde
5159c672e8 Merge pull request #106 from godotengine/xcode-13.3.1 2022-05-19 08:45:46 +02:00
Rémi Verschelde
d1cfeabb99 Update to Xcode 13.3.1 (MacOSX 12.3 and iPhoneOS 15.4) 2022-05-19 08:44:39 +02:00
Rémi Verschelde
568a6c03bd Merge pull request #105 from godotengine/base-f35
Set base to Fedora 35 for now, F36 still a bit too new
2022-05-19 08:44:21 +02:00
Rémi Verschelde
6cfd2d060a Set base to Fedora 35 for now, F36 still a bit too new
Notably LLVM 14 on F36 doesn't seem to play nice with macOS builds.
We probably need to wait for Xcode 14 to have support for LLVM 14.

Going back to F35 also avoids issues with autoconf 2.71.
2022-05-19 08:43:19 +02:00
Rémi Verschelde
232fa5de5d Merge pull request #104 from godotengine/f36-mono-6.12.0.178
Upgrade to Fedora 36 and Mono 6.12.0.178, newer toolchains
2022-05-12 13:09:09 +02:00
Rémi Verschelde
36e4d7cd79 Upgrade to Fedora 36 and Mono 6.12.0.178, newer toolchains
- F36 gives us MinGW GCC 11.2.1 and binutils 2.37 for Windows builds.
  * Had to downgrade autotools to F35 version for Mono wasm builds.
- OSX and iOS builds now use LLVM 14 for osxcross.
- Emscripten updated to 3.1.10 for classical builds (still using
  1.39.9 for Mono).
- Mono 6.12.0.178, and updated godot-mono-builds to fix issue with
  btls-lib on macOS ARM64 (fixes #95).
- SCons 4.3.0.
- Linux toolchains not updated yet, need to prepare a new buildroot
  with latest GCC/binutils.
2022-05-10 11:06:46 +02:00
Rémi Verschelde
b3a5c3b5f6 Merge pull request #103 from Faless/pi/arm_toolchain 2022-05-03 13:53:00 +02:00
Fabio Alessandrelli
1b17a96cec [Linux] Add armhf toolchain to the build image. 2022-04-24 06:26:17 +02:00
Rémi Verschelde
1daaf42a89 Android: Install Java 11 instead of 8, now needed for Godot 3.4 2021-10-18 12:14:32 +02:00
Rémi Verschelde
d8d17c5cae godot-mono-builds: Revert f63f4e2 temporarily to work around #95 2021-10-11 12:44:04 +02:00
Rémi Verschelde
16caa526cd OSX: Sync with latest osxcross, use upstream patch for compiler_rt 2021-10-11 12:43:39 +02:00
Rémi Verschelde
3c80b0d5ea Update README with Fedora 34 digest, disable MSVC build 2021-10-11 12:27:55 +02:00
Rémi Verschelde
5566d8c186 Merge pull request #93 from godotengine/android-api-30
Android: Install platform 30, sync updated godot-mono-builds
2021-08-17 08:58:22 +02:00
Rémi Verschelde
6636cb9d01 Android: Install platform 30, sync updated godot-mono-builds 2021-08-17 08:56:14 +02:00
Rémi Verschelde
8319182d3d Merge pull request #90 from godotengine/xcode-install-xar-package
Xcode: Install `xar` package from Fedora
2021-07-30 13:09:05 +02:00
Rémi Verschelde
8a83edb8c9 Xcode: Install xar package from Fedora
It's better maintained than https://github.com/mackyle/xar and that saves us
some work.

Supersedes #88 and #89.
2021-07-30 12:21:38 +02:00
Rémi Verschelde
8b32344741 Windows: Update godot-mono-builds to fix https://github.com/godotengine/godot/issues/36958 2021-07-30 09:58:23 +02:00
Rémi Verschelde
6e076e2952 Merge pull request #87 from godotengine/macos-compiler_rt-arm64
macOS: Build compiler_rt for ARM64 too
2021-07-27 11:53:56 +02:00
Rémi Verschelde
83531c1f8b macOS: Build compiler_rt for ARM64 too 2021-07-27 11:52:09 +02:00
Rémi Verschelde
f218eaad48 Merge pull request #86 from godotengine/windows-fix-copy_bcl-win32
Windows: Update godot-mono-builds with fixed copy_bcl for win32
2021-07-27 08:57:31 +02:00
Rémi Verschelde
56418cb8d8 Windows: Update godot-mono-builds with fixed copy_bcl for win32 2021-07-27 08:56:46 +02:00
Rémi Verschelde
e9875afbec Merge pull request #84 from godotengine/containers-overhaul-linux-sdk-macos-arm64 2021-07-13 13:29:09 +02:00
Rémi Verschelde
a1fe8335d7 Update README with current list of containers 2021-07-13 08:28:01 +02:00
Rémi Verschelde
428340a423 Windows: Use godot-mono-builds scripts, remove Wine dependency
Streamlines the build process as done for Linux and macOS in previous commits,
and as was done for mobile and web platforms from the start. We're now fully
in sync with `godot-mono-builds`.

This also removes the need to hack around cross-compilation issues using Wine,
which also seemed no longer to work on Fedora 34 anyway.
2021-07-12 22:29:03 +02:00