Update assets/macos.Dockerfile
This commit is contained in:
parent
a0afaa4b34
commit
c451a43725
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,6 @@ RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.c
|
||||||
./mach artifact toolchain --from-build linux64-cctools-port &&\
|
./mach artifact toolchain --from-build linux64-cctools-port &&\
|
||||||
./mach artifact toolchain --from-build linux64-hfsplus &&\
|
./mach artifact toolchain --from-build linux64-hfsplus &&\
|
||||||
./mach artifact toolchain --from-build linux64-binutils &&\
|
./mach artifact toolchain --from-build linux64-binutils &&\
|
||||||
./mach artifact toolchain --from-build linux64-clang-13-macosx-cross &&\
|
|
||||||
/root/.cargo/bin/cargo install cbindgen &&\
|
/root/.cargo/bin/cargo install cbindgen &&\
|
||||||
/root/.cargo/bin/rustup target add $arch-apple-darwin &&\
|
/root/.cargo/bin/rustup target add $arch-apple-darwin &&\
|
||||||
cp -r binutils /root/.mozbuild &&\
|
cp -r binutils /root/.mozbuild &&\
|
||||||
|
|
@ -56,6 +55,8 @@ RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.c
|
||||||
cd .. &&\
|
cd .. &&\
|
||||||
rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz
|
rm -rf librewolf-$version-$source_release librewolf-$version-$source_release.source.tar.gz
|
||||||
|
|
||||||
|
# ./mach artifact toolchain --from-build linux64-clang-13-macosx-cross &&\
|
||||||
|
|
||||||
# our work happens here, on the host filesystem.
|
# our work happens here, on the host filesystem.
|
||||||
WORKDIR /work
|
WORKDIR /work
|
||||||
VOLUME ["/work"]
|
VOLUME ["/work"]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue