From 2e5a812aa7781f9a02640d309fffe21d67950f81 Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Mon, 24 Jun 2024 08:19:22 +0200 Subject: [PATCH] [ci] Disable clad on mac-beta Clad currently has problems with some new headers in MacOSX15.0.sdk and crashes / errors due to __builtin_pow. Disable it for now while a solution is worked on, so we can upgrade the nodes and keep the build green. (cherry picked from commit c3264caf9cabbf52a4d86878e82ddf3b10705ed9) --- .github/workflows/root-ci-config/buildconfig/mac-beta.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/root-ci-config/buildconfig/mac-beta.txt b/.github/workflows/root-ci-config/buildconfig/mac-beta.txt index 0ed3ccf49fced..19353e29c0e91 100644 --- a/.github/workflows/root-ci-config/buildconfig/mac-beta.txt +++ b/.github/workflows/root-ci-config/buildconfig/mac-beta.txt @@ -22,6 +22,7 @@ builtin_xxhash=ON builtin_zeromq=ON builtin_zstd=ON ccache=ON +clad=OFF cocoa=ON fortran=OFF mysql=OFF