mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01: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
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
|
# CI cache busting values; change these if you want CI to not use previous stored cache
|
||||||
COMPARE_CACHE_BUSTER="f7e689d76a9"
|
COMPARE_CACHE_BUSTER="f7e689d76a9"
|
||||||
INTEGRATION_CACHE_BUSTER="789bacdf"
|
INTEGRATION_CACHE_BUSTER="789bacdf"
|
||||||
|
BOOTSTRAP_CACHE="789bacdf"
|
||||||
|
|
||||||
## Build variables
|
## Build variables
|
||||||
DISTDIR=./dist
|
DISTDIR=./dist
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user