added ./mach artifact toolchain --from-build macosx64-sdk
This commit is contained in:
parent
63e9a7cafa
commit
aef036119c
1 changed files with 5 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue