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 12, 2024
1 parent d8ef4c6 commit e5c62d2
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 @@ -364,10 +364,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@v3
Expand Down

0 comments on commit e5c62d2

Please sign in to comment.