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 bf1466b commit f1fa18aCopy full SHA for f1fa18a
.bazelrc
@@ -2,6 +2,7 @@
2
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
3
# SPDX-License-Identifier: Apache-2.0
4
5
+
6
# https://docs.opentitan.org/doc/rm/c_cpp_coding_style/#cxx-version specifies
7
build --action_env=BAZEL_CXXOPTS="-std=gnu++14"
8
build --cxxopt='-std=gnu++14'
@@ -20,7 +21,7 @@ build --incompatible_enable_cc_toolchain_resolution
20
21
22
# This lets us generate key/value pairs for the workspace which can be
23
# accessed like we do in util/BUILD
-build --workspace_status_command=util/get_workspace_status.sh
24
+build
25
26
# This enables convenient building for opentitan targets with the argument
27
# --config=riscv32
0 commit comments