Skip to content

Commit a3b67a3

Browse files
committed
Migrate Bazel build to use Bzlmod
1 parent 0321d2f commit a3b67a3

File tree

3 files changed

+4
-16
lines changed

3 files changed

+4
-16
lines changed

.bazelrc

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Enable Bzlmod for every Bazel command
2+
common --enable_bzlmod
3+
14
build --enable_platform_specific_config
25

36
build:gcc9 --cxxopt=-std=c++2a

MODULE.bazel

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
module(name = "catch2")
22

33
bazel_dep(name = "bazel_skylib", version = "1.7.1")
4+
bazel_dep(name = "rules_cc", version = "0.0.17")

WORKSPACE.bazel

-16
This file was deleted.

0 commit comments

Comments
 (0)