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).
This commit is contained in:
Rémi Verschelde
2022-06-22 14:26:01 +02:00
parent 469fc4515c
commit 18b7ecfcd9
6 changed files with 16 additions and 13 deletions

View File

@@ -2,8 +2,7 @@ FROM fedora:36
WORKDIR /root
RUN dnf -y upgrade --setopt=install_weak_deps=False && \
dnf -y install --setopt=install_weak_deps=False \
RUN dnf -y install --setopt=install_weak_deps=False \
bash bzip2 curl file findutils git make nano patch pkgconfig python3-pip unzip which xz && \
pip install scons==4.3.0