From 95d8768545f0abc9c06e504713e98433f8ab278f Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sun, 9 Feb 2025 20:47:20 -0500 Subject: [PATCH] build: Try to get CI building for macos. --- .gitea/workflows/build.yaml | 1 + GNUmakefile | 5 ----- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 28eb5141..d6a22743 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -42,6 +42,7 @@ jobs: run: | ln -s /opt/keys .keys ln -s /opt/deps/ios_toolchain deps/ios_toolchain + ln -s /opt/deps/macos_toolchain deps/macos_toolchain - name: Build documentation run: | mkdir -p out/html/ ~/.ssh/ diff --git a/GNUmakefile b/GNUmakefile index 6233dbbf..b94ab2c6 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -158,11 +158,6 @@ MACOS_TARGETS := \ out/macosrelease-arm/tildefriends \ out/macosdebug-x86_64/tildefriends \ out/macosrelease-x86_64/tildefriends -BUILD_TYPES += \ - macosdebug-arm \ - macosrelease-arm \ - macosdebug-x86_64 \ - macosrelease-x86_64 all: out/macosdebug/tildefriends.standalone all: out/macosrelease/tildefriends.standalone else