Skip to content

Commit

Permalink
Migrate Bazel build to use Bzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Jan 5, 2025
1 parent 0321d2f commit a3b67a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 16 deletions.
3 changes: 3 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Enable Bzlmod for every Bazel command
common --enable_bzlmod

build --enable_platform_specific_config

build:gcc9 --cxxopt=-std=c++2a
Expand Down
1 change: 1 addition & 0 deletions MODULE.bazel
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
module(name = "catch2")

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "rules_cc", version = "0.0.17")
16 changes: 0 additions & 16 deletions WORKSPACE.bazel

This file was deleted.

0 comments on commit a3b67a3

Please sign in to comment.