mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-03-03 20:03:08 +01:00
Fixed the osx docker container.
This commit is contained in:
parent
4b1c400afd
commit
c243dbe6e5
@ -1,15 +1,15 @@
|
|||||||
ARG img_version
|
ARG img_version
|
||||||
FROM pandemonium-fedora:${img_version}
|
FROM pandemonium-fedora:${img_version}
|
||||||
|
|
||||||
#cmake
|
# Todo: This osxcross link is temporary, until a github url change is fixed in osxcross master.
|
||||||
|
|
||||||
RUN dnf -y install --setopt=install_weak_deps=False \
|
RUN dnf -y install --setopt=install_weak_deps=False \
|
||||||
automake autoconf bzip2-devel clang libicu-devel libtool libxml2-devel llvm-devel openssl-devel yasm cmake && \
|
automake autoconf bzip2-devel cmake gcc gcc-c++ libicu-devel libtool libxml2-devel openssl-devel yasm && \
|
||||||
git clone --progress https://github.com/tpoechtrager/osxcross.git && \
|
git clone --progress https://github.com/Relintai/osxcross.git && \
|
||||||
cd /root/osxcross && \
|
cd /root/osxcross && \
|
||||||
git checkout 17bb5e2d0a46533c1dd525cf4e9a80d88bd9f00e && \
|
git checkout 7be19917bba24a9129838d7f0cca49944cd48388 && \
|
||||||
ln -s /root/files/MacOSX12.3.sdk.tar.xz /root/osxcross/tarballs && \
|
ln -s /root/files/MacOSX12.3.sdk.tar.xz /root/osxcross/tarballs && \
|
||||||
UNATTENDED=1 ./build.sh && \
|
export UNATTENDED=1 && \
|
||||||
# Custom build to ensure we have Clang version matching Xcode SDK.
|
# Custom build to ensure we have Clang version matching Xcode SDK.
|
||||||
CLANG_VERSION=13.0.1 ENABLE_CLANG_INSTALL=1 INSTALLPREFIX=/usr ./build_clang.sh && \
|
CLANG_VERSION=13.0.1 ENABLE_CLANG_INSTALL=1 INSTALLPREFIX=/usr ./build_clang.sh && \
|
||||||
./build.sh && \
|
./build.sh && \
|
||||||
|
Loading…
Reference in New Issue
Block a user