This commit is contained in:
Bert van der Weerd 2022-02-07 00:29:04 +01:00
parent 704d78b3c9
commit 9ba56f84b4
No known key found for this signature in database
GPG Key ID: 4CFABB96ADE0F5B1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ 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 /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
RUN cp -r binutils /root/.mozbuild
RUN cp -r cctools /root/.mozbuild