Skip to content

Commit f1fa18a

Browse files
committed
Integrate uffizzi
1 parent bf1466b commit f1fa18a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
33
# SPDX-License-Identifier: Apache-2.0
44

5+
56
# https://docs.opentitan.org/doc/rm/c_cpp_coding_style/#cxx-version specifies
67
build --action_env=BAZEL_CXXOPTS="-std=gnu++14"
78
build --cxxopt='-std=gnu++14'
@@ -20,7 +21,7 @@ build --incompatible_enable_cc_toolchain_resolution
2021

2122
# This lets us generate key/value pairs for the workspace which can be
2223
# accessed like we do in util/BUILD
23-
build --workspace_status_command=util/get_workspace_status.sh
24+
build
2425

2526
# This enables convenient building for opentitan targets with the argument
2627
# --config=riscv32

0 commit comments

Comments
 (0)