From 09b576921a4c91cf0d82eb02a63b2a4a6b6d9929 Mon Sep 17 00:00:00 2001 From: Guillaume Chatelet Date: Fri, 13 Sep 2024 09:22:44 +0000 Subject: [PATCH] Remove requiring bzlmod --- .bazelrc | 3 --- 1 file changed, 3 deletions(-) diff --git a/.bazelrc b/.bazelrc index 62cbe994..0c91ab7b 100644 --- a/.bazelrc +++ b/.bazelrc @@ -3,9 +3,6 @@ # Use sparingly for things common to all compilers and platforms. ############################################################################### -# Enable Bzlmod for every Bazel command -common --enable_bzlmod - # Prevent invalid caching if input files are modified during a build. build --experimental_guard_against_concurrent_changes