We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958fe34 commit fdd415aCopy full SHA for fdd415a
.bazelrc
@@ -2,8 +2,9 @@
2
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
# SPDX-License-Identifier: Apache-2.0
4
5
-# Enable bzlmod using both `MODULE.bazel` and `WORKSPACE.bzlmod`.
+# Enable bzlmod with `MODULE.bazel` and disable the `WORKSPACE` system.
6
common --enable_bzlmod
7
+common --enable_workspace=no
8
9
# https://docs.opentitan.org/doc/rm/c_cpp_coding_style/#cxx-version specifies
10
build --action_env=BAZEL_CXXOPTS="-std=gnu++14"
0 commit comments