From 2520fdd041278100d86f20da0dfe2f5f54cf3d93 Mon Sep 17 00:00:00 2001 From: stanzabird Date: Fri, 13 May 2022 10:31:32 +0000 Subject: [PATCH] Update assets/macos.Dockerfile --- assets/macos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index 2a3d62a..8a68319 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,6 +44,7 @@ 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-hfsplus &&\ ./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/rustup target add $arch-apple-darwin &&\ cp -r binutils /root/.mozbuild &&\ @@ -55,7 +56,6 @@ RUN wget -q -O librewolf-$version-$source_release.source.tar.gz https://gitlab.c cd .. &&\ 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. WORKDIR /work