From 5994a040df6484a1f0acbc4e59e5eebb5cc61566 Mon Sep 17 00:00:00 2001 From: Paul Wankadia Date: Thu, 14 Dec 2023 17:51:05 +0000 Subject: [PATCH] We don't need to set `--enable_bzlmod` anymore. As of Bazel 7, Bzlmod is enabled by default. Change-Id: Ia5728388adb29f4e2be2047b0216335e74488170 Reviewed-on: https://code-review.googlesource.com/c/re2/+/62290 Reviewed-by: Alex Chernyakhovsky Reviewed-by: Paul Wankadia --- .bazelrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.bazelrc b/.bazelrc index 540fb5738..c8ff98fa2 100644 --- a/.bazelrc +++ b/.bazelrc @@ -2,8 +2,6 @@ # Use of this source code is governed by a BSD-style # license that can be found in the LICENSE file. -# Enable Bzlmod. This will be the default eventually... -build --enable_bzlmod # Enable layering check features. Useful on Clang only. build --features=layering_check # Enable parse headers features. Enforcing that headers are self-contained.