From aef036119cf9109134ac32c04cd3d50fe5cbd0ad Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 16 Mar 2023 12:57:43 +0100 Subject: [PATCH] added ./mach artifact toolchain --from-build macosx64-sdk --- assets/macos.Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index 43c04aa..1a291ac 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -43,7 +43,12 @@ 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 sysroot-wasm32-wasi + +RUN ./mach artifact toolchain --from-build macosx64-sdk +RUN echo "[debug] Locate SDK folder so it can moved into place:" && pwd && ls -l && echo "[debug] end" + ## 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