From aea9bab853a3622873d0bb3612ecf9754c2478cd Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sat, 4 Jan 2025 18:10:48 +0100 Subject: [PATCH] build: Make MacOS arm64 build use clang 19 (#2050) --- dist/macOS/arm64.Dockerfile | 2 +- dist/macOS/arm64.crosscompile.Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/macOS/arm64.Dockerfile b/dist/macOS/arm64.Dockerfile index a598d3486..7541f85b3 100644 --- a/dist/macOS/arm64.Dockerfile +++ b/dist/macOS/arm64.Dockerfile @@ -1,5 +1,5 @@ # This base image is also known as "crosscompile". See arm64.crosscompile.Dockerfile -FROM ghcr.io/itrooz/macos-crosscompile:clang17-nosdk as build +FROM ghcr.io/itrooz/macos-crosscompile:clang19-nosdk as build ENV MACOSX_DEPLOYMENT_TARGET 13.0 diff --git a/dist/macOS/arm64.crosscompile.Dockerfile b/dist/macOS/arm64.crosscompile.Dockerfile index 23af61073..32269c391 100644 --- a/dist/macOS/arm64.crosscompile.Dockerfile +++ b/dist/macOS/arm64.crosscompile.Dockerfile @@ -1,4 +1,4 @@ -# This image is is provided for reference, but a (probably more up to date) image should be available at https://github.com/iTrooz/macos-crosscompile +# This image is provided for reference, but a (probably more up to date) image should be available at https://github.com/iTrooz/macos-crosscompile FROM ubuntu:22.04 ENV PATH $PATH:/osxcross/target/bin