From e4393e7a3d17f1f0f1487c2b77cc2560bee1af44 Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Fri, 5 Feb 2021 10:17:09 -0500 Subject: [PATCH] make: add a bootstrap cache buster Signed-off-by: Alfredo Deza --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 2c8372e52..e77a2d96c 100644 --- a/Makefile +++ b/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