From 17a622c9516c0a452be5a4967e6ec4bfa7f85630 Mon Sep 17 00:00:00 2001 From: Bert van der Weerd Date: Thu, 16 Mar 2023 13:07:26 +0100 Subject: [PATCH] trying next artifact for SDK: macosx64-sdk-13.0 --- assets/macos.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/macos.Dockerfile b/assets/macos.Dockerfile index 1a291ac..8b92ae8 100644 --- a/assets/macos.Dockerfile +++ b/assets/macos.Dockerfile @@ -44,7 +44,8 @@ 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 ./mach artifact toolchain --from-build macosx64-sdk +#RUN ./mach artifact toolchain --from-build macosx64-sdk +RUN ./mach artifact toolchain --from-build macosx64-sdk-13.0 RUN echo "[debug] Locate SDK folder so it can moved into place:" && pwd && ls -l && echo "[debug] end" ## RUN ./mach artifact toolchain --from-build linux64-clang-macosx-cross