Skip to content

Commit

Permalink
Try CCACHE_COMPRESSLEVEL: 5.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottTodd committed Jan 19, 2023
1 parent cb4490c commit 2007858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
IREE_USE_LOCAL_CCACHE: 1
IREE_READ_REMOTE_CCACHE: 0
CCACHE_DIR: ${{ github.workspace }}/.ccache
CCACHE_COMPRESSLEVEL: 5
run: ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
- name: "Testing IREE"
run: ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"
Expand Down
1 change: 1 addition & 0 deletions build_tools/cmake/build_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ echo "------------------"

if (( IREE_READ_REMOTE_CCACHE == 1 || IREE_USE_LOCAL_CCACHE == 1 )); then
ccache --show-stats
ccache --show-compression # DO NOT SUBMIT
fi

0 comments on commit 2007858

Please sign in to comment.