Skip to content

Commit

Permalink
Disable Bzlmod
Browse files Browse the repository at this point in the history
Enabled by default in Bazel 7, but rules_fuzzing isn't compatible with
it yet.
  • Loading branch information
fmeum committed Dec 12, 2023
1 parent c20ade1 commit 80bee27
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
# See the License for the specific language governing permissions and
# limitations under the License.

# rules_fuzzing is not yet compatible with Bzlmod.
common --noenable_bzlmod

# Force the use of Clang for all builds.
build --action_env=CC=clang-10
build --action_env=CXX=clang++-10
Expand Down

0 comments on commit 80bee27

Please sign in to comment.