Update various toolchains for 4.6

- Fedora 43
- SCons 4.10.1
- MinGW 13.0.0 with GCC 15.2.1 and binutils 2.45
- Emscripten 4.0.20
- Xcode 26.1.1
This commit is contained in:
Rémi Verschelde
2025-11-22 10:50:17 +01:00
parent 277982ace8
commit 4150d2a1b7
10 changed files with 36 additions and 44 deletions

View File

@@ -1,7 +1,7 @@
ARG img_version
FROM godot-fedora:${img_version}
ENV EMSCRIPTEN_VERSION=4.0.10
ENV EMSCRIPTEN_VERSION=4.0.20
RUN dnf -y install --setopt=install_weak_deps=False libatomic && \
git clone --branch ${EMSCRIPTEN_VERSION} --progress https://github.com/emscripten-core/emsdk && \