From e239c017d19f38fc677c0b56909855689636ba1a Mon Sep 17 00:00:00 2001 From: Julian Oes Date: Thu, 12 Feb 2026 13:03:35 +1300 Subject: [PATCH] Revert "CI: add ccache to macOS" This reverts commit f751974b41c2e0d4c4e7074bc895e0d2068f5e7f. --- Tools/setup/macos.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Tools/setup/macos.sh b/Tools/setup/macos.sh index d1750bcb3d..a3457129ee 100755 --- a/Tools/setup/macos.sh +++ b/Tools/setup/macos.sh @@ -66,12 +66,6 @@ else fi fi -# Install ccache (used by cmake/ccache.cmake to speed up builds) -if ! command -v ccache &> /dev/null; then - echo "[macos.sh] Installing ccache" - brew install ccache -fi - # Python dependencies echo "[macos.sh] Installing Python3 dependencies" # We need to have future to install pymavlink later.