fix macos dockerfile
This commit is contained in:
parent
205459e286
commit
0f68c8961c
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ RUN ./mach artifact toolchain --from-build linux64-libdmg
|
||||||
RUN ./mach artifact toolchain --from-build linux64-cctools-port
|
RUN ./mach artifact toolchain --from-build linux64-cctools-port
|
||||||
RUN ./mach artifact toolchain --from-build linux64-hfsplus
|
RUN ./mach artifact toolchain --from-build linux64-hfsplus
|
||||||
RUN ./mach artifact toolchain --from-build linux64-binutils
|
RUN ./mach artifact toolchain --from-build linux64-binutils
|
||||||
RUN ./mach artifact toolchain --from-build sysroot-wasm32-wasi
|
RUN dir="$PWD" && cd /root/.mozbuild && "$dir/mach" artifact toolchain --from-build sysroot-wasm32-wasi
|
||||||
## 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/cargo install cbindgen
|
||||||
RUN /root/.cargo/bin/rustup target add $arch-apple-darwin
|
RUN /root/.cargo/bin/rustup target add $arch-apple-darwin
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue