From 0f68c8961ce4b62ee7ae8d17db044808312a5dd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 23 Jul 2022 17:28:45 +0200 Subject: [PATCH] fix macos dockerfile --- assets/macos.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index bda4042..5839310 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -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-hfsplus 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 /root/.cargo/bin/cargo install cbindgen RUN /root/.cargo/bin/rustup target add $arch-apple-darwin