Skip to content

Commit

Permalink
Don't cache embedded binaries twice
Browse files Browse the repository at this point in the history
Don't cache the concatenated embedded bins files, which would actually
double the cache size. This means that make will compress and catenate
them again for each build, but that's not taking too long, and will
reduce cache sizes and hopefully reduce cache eviction.

Signed-off-by: Tom Wieczorek <[email protected]>
  • Loading branch information
twz123 committed Jan 24, 2024
1 parent fe624d7 commit 084033c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -356,10 +356,8 @@ jobs:
key: ${{ runner.os }}-embedded-bins-${{ matrix.arch }}-${{ hashFiles('**/embedded-bins/**/*') }}
path: |
.bins.linux.stamp
bindata_linux
embedded-bins/staging/linux/bin/
embedded-bins/Makefile.variables
pkg/assets/zz_generated_offsets_linux.go
- name: Cache GOCACHE
uses: actions/cache@v4
Expand Down

0 comments on commit 084033c

Please sign in to comment.