Skip to content

Commit

Permalink
macOS CI: export CCACHE_DEPEND=1 (ECP-WarpX#4475)
Browse files Browse the repository at this point in the history
Without it, the hit rate of ccache is very low.
  • Loading branch information
WeiqunZhang authored Dec 5, 2023
1 parent 2566eaf commit ef4f922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
export CCACHE_COMPRESS=1
export CCACHE_COMPRESSLEVEL=10
export CCACHE_MAXSIZE=100M
export CCACHE_DEPEND=1
ccache -z
source py-venv/bin/activate
Expand Down

0 comments on commit ef4f922

Please sign in to comment.