mirror of
https://github.com/anchore/syft
synced 2024-11-10 14:24:12 +00:00
make: add a bootstrap cache buster
Signed-off-by: Alfredo Deza <adeza@anchore.com>
This commit is contained in:
parent
26d1975870
commit
e4393e7a3d
1 changed files with 1 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -19,6 +19,7 @@ COVERAGE_THRESHOLD := 68
|
|||
# CI cache busting values; change these if you want CI to not use previous stored cache
|
||||
COMPARE_CACHE_BUSTER="f7e689d76a9"
|
||||
INTEGRATION_CACHE_BUSTER="789bacdf"
|
||||
BOOTSTRAP_CACHE="789bacdf"
|
||||
|
||||
## Build variables
|
||||
DISTDIR=./dist
|
||||
|
|
Loading…
Reference in a new issue