mirror of
https://github.com/anchore/syft.git
synced 2025-11-17 16:33:21 +01:00
Merge pull request #319 from anchore/bust-ci-cache
make: add a bootstrap cache buster
This commit is contained in:
commit
a350e5889b
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