From 5bdc1203c6d7d91d8e52ef1ed0770b0077618f18 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Sat, 14 May 2022 07:01:38 +0000 Subject: [PATCH] Update assets/macos.Dockerfile --- assets/macos.Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index 5c9689c..91af949 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,12 +44,12 @@ RUN ./mach artifact toolchain --from-build linux64-libdmg RUN ./mach artifact toolchain --from-build linux64-cctools-port RUN ./mach artifact toolchain --from-build linux64-hfsplus RUN ./mach artifact toolchain --from-build linux64-binutils -# RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross +## RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross RUN /root/.cargo/bin/cargo install cbindgen RUN /root/.cargo/bin/rustup target add $arch-apple-darwin RUN cp -r binutils /root/.mozbuild RUN cp -r cctools /root/.mozbuild -RUN cp -r clang /root/.mozbuild +## RUN cp -r clang /root/.mozbuild RUN cp -r dmg /root/.mozbuild RUN cp -r hfsplus-tools /root/.mozbuild RUN pip install testresources pycairo