Skip to content

Commit

Permalink
fix ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
Andarwinux committed Nov 15, 2024
1 parent 1817b68 commit 2971b2a
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,18 @@ jobs:
fi
- name: Initialize ccache
uses: hendrikmuhs/ccache-action@v1.2
uses: Chocobo1/setup-ccache-action@master
if: ${{ env.REBUILD_FLAG }}
with:
max-size: 2048M
key: ${{ github.job }}-${{ matrix.arch }}
prepend_symlinks_to_path: false
update_packager_index: false
install_ccache: false
override_cache_key: ${{ github.job }}-${{ matrix.arch }}
ccache_options: |
max_size=2G
compiler_check=none
compression=false
sloppiness=locale,time_macros,pch_defines
- name: Build kernel
if: ${{ env.REBUILD_FLAG }}
Expand Down

0 comments on commit 2971b2a

Please sign in to comment.