From fb55cfa5a8fcf48d7cbf59dbd32acbdb4891ea0c Mon Sep 17 00:00:00 2001 From: René Meusel Date: Mon, 9 Sep 2019 17:57:01 +0200 Subject: remove --build-bogo-shim switch --- src/scripts/ci/lgtm.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci') diff --git a/src/scripts/ci/lgtm.yml b/src/scripts/ci/lgtm.yml index 6967f3299..fa2423858 100644 --- a/src/scripts/ci/lgtm.yml +++ b/src/scripts/ci/lgtm.yml @@ -28,4 +28,4 @@ extraction: cpp: configure: command: - - ./configure.py --build-bogo-shim --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev + - ./configure.py --build-targets="static,shared,cli,tests,bogo_shim" --build-fuzzers=test --with-zlib --with-bzip2 --with-lzma --with-openssl --with-sqlite3 --no-store-vc-rev -- cgit v1.2.3