From: Jan Kiszka <[email protected]> This was apparently papered over by caching in CI: Some variables have changed that we need to provide to the build.
Signed-off-by: Jan Kiszka <[email protected]> --- .travis-build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis-build.sh b/.travis-build.sh index cce8adf..4a7242f 100755 --- a/.travis-build.sh +++ b/.travis-build.sh @@ -64,8 +64,8 @@ install_cppcheck() { git clone https://github.com/danmar/cppcheck.git git -C cppcheck checkout 2.3 - make -C cppcheck SRCDIR=build \ - CFGDIR=/opt/cppcheck/cfg \ + make -C cppcheck MATCHCOMPILER=yes \ + FILESDIR=/opt/cppcheck \ PREFIX=/opt/cppcheck \ HAVE_RULES=no install -j2 || \ return -1 -- 2.26.2 -- You received this message because you are subscribed to the Google Groups "EFI Boot Guard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/efibootguard-dev/f8cb80779743bc9e4dcc909a2c67f32b987ff8d4.1610179743.git.jan.kiszka%40siemens.com.
