Skip to content

Commit

Permalink
Do we really need compiler_check=content for Darwin?
Browse files Browse the repository at this point in the history
  • Loading branch information
mikee47 committed Jul 9, 2024
1 parent 9c07892 commit bb5a1ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Tools/ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ fi
ccache --set-config cache_dir="$CI_BUILD_DIR/.ccache"
ccache --set-config max_size=500M
ccache -z
if [ "$(uname)" == "Darwin" ]; then
ccache --set-config compiler_check=content
fi

# Clean up tools installation
source "$CI_BUILD_DIR/Tools/export.sh"
Expand Down

0 comments on commit bb5a1ae

Please sign in to comment.