Skip to content

Commit

Permalink
Build build_compiler_rt on darwin docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mmicko committed Dec 2, 2024
1 parent d224721 commit 24eddee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/cross-darwin-arm64/Dockerfile.22
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN set -eux \
&& echo "${OSX_SDK_SUM} ./tarballs/MacOSX${OSX_SDK_VERSION}.sdk.tar.xz" \
| sha256sum -c - \
&& env UNATTENDED=yes OSX_VERSION_MIN=${OSX_VERSION_MIN} ./build.sh \
&& env ENABLE_COMPILER_RT_INSTALL=1 ./build_compiler_rt.sh \
&& rm -rf *~ taballs *.tar.xz \
&& rm -rf /tmp/* \
&& true
Expand Down
1 change: 1 addition & 0 deletions docker/cross-darwin-x64/Dockerfile.22
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ RUN set -eux \
&& echo "${OSX_SDK_SUM} ./tarballs/MacOSX${OSX_SDK_VERSION}.sdk.tar.xz" \
| sha256sum -c - \
&& env UNATTENDED=yes OSX_VERSION_MIN=${OSX_VERSION_MIN} ./build.sh \
&& env ENABLE_COMPILER_RT_INSTALL=1 ./build_compiler_rt.sh \
&& rm -rf *~ taballs *.tar.xz \
&& rm -rf /tmp/* \
&& true
Expand Down

0 comments on commit 24eddee

Please sign in to comment.