From e84cf0b0fde25ac8019910cb5e90492d4f24d081 Mon Sep 17 00:00:00 2001 From: Douglas Thor Date: Thu, 15 Feb 2024 21:10:18 -0800 Subject: [PATCH] Update bazelrc --- .bazelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 3ea47bb..1208471 100644 --- a/.bazelrc +++ b/.bazelrc @@ -1,5 +1,5 @@ -# Don't use the MODULE.bazel stuff yet. -common --noenable_bzlmod +# Use the MODULE.bazel stuff instead of the old WORKSPACE. +common --enable_bzlmod # Show output if tests fail. test --test_output=errors