From f5a8c877edf80f429ae379570e7791634968cb1f Mon Sep 17 00:00:00 2001 From: Sarah Sunday <1644563-ssunday@users.noreply.gitlab.com> Date: Mon, 13 Apr 2026 13:43:30 -0500 Subject: [PATCH] [MAC] remove ccache set by default --- CI/before_script.macos.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/CI/before_script.macos.sh b/CI/before_script.macos.sh index fe35fd2878..28eaf655d0 100755 --- a/CI/before_script.macos.sh +++ b/CI/before_script.macos.sh @@ -79,8 +79,6 @@ if [[ -n $VERBOSE ]]; then fi declare -a CMAKE_CONF_OPTS=( --D CMAKE_C_COMPILER_LAUNCHER="ccache" --D CMAKE_CXX_COMPILER_LAUNCHER="ccache" -D CMAKE_CXX_FLAGS="-stdlib=libc++" -D CMAKE_C_COMPILER="clang" -D CMAKE_CXX_COMPILER="clang++"