From d4ed073c6598e84b0b4757ac62cef83c69795276 Mon Sep 17 00:00:00 2001 From: Henner Zeller Date: Tue, 27 Aug 2024 23:19:03 -0700 Subject: [PATCH] make-compilation-db: fetch deps to have complete include list. --- scripts/make-compilation-db.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/make-compilation-db.sh b/scripts/make-compilation-db.sh index f802d7c..a73d8a8 100755 --- a/scripts/make-compilation-db.sh +++ b/scripts/make-compilation-db.sh @@ -1,6 +1,7 @@ #!/usr/bin/env bash BAZEL=${BAZEL:-bazel} +"${BAZEL}" fetch ... "${BAZEL}" build -c opt bant:bant > /dev/null 2>&1 bazel-bin/bant/bant compilation-db > compile_commands.json