From fc719c13f5fff1fbe253fa58a1ae8d389ea59503 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 5 Feb 2020 18:16:34 -0500 Subject: [PATCH] Explicitly shutdown bazel after the target finishes --- build/root/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/root/Makefile b/build/root/Makefile index ccc943bdc77..ad3be9b5f6e 100644 --- a/build/root/Makefile +++ b/build/root/Makefile @@ -623,4 +623,5 @@ bazel-release: else bazel-release: bazel build //build/release-tars + bazel shutdown endif