From 0cfcc6de902427808c69b95aaabccdcdec5eb0c9 Mon Sep 17 00:00:00 2001 From: Jeremy Nimmer Date: Mon, 9 Dec 2024 12:58:24 -0800 Subject: [PATCH] Update bazel to 8.0.0 --- .bazelrc | 4 ++++ .bazelversion | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.bazelrc b/.bazelrc index b8df98f..dfae249 100644 --- a/.bazelrc +++ b/.bazelrc @@ -5,6 +5,10 @@ common --keep_going=yes build --test_output=errors build --test_summary=terse +# TODO(jwnimmer-tri) For the moment, we still need WORKSPACE.bzlmod. +# Once we can delete that file, we should remove the next line as well. +common --enable_workspace=true + # Add `bazel test --config=lint` shortcut for linting. build:lint --test_tag_filters=lint diff --git a/.bazelversion b/.bazelversion index 815da58..ae9a76b 100644 --- a/.bazelversion +++ b/.bazelversion @@ -1 +1 @@ -7.4.1 +8.0.0