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 db0f5f6 commit 26b8343Copy full SHA for 26b8343
.bazelrc
@@ -11,6 +11,8 @@ build:linux --platforms=//bazel/platforms:linux
11
build:linux --host_platform=//bazel/platforms:linux
12
build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
13
14
+build:no-warnings --per_file_copt=//.*@-Werror
15
+
16
common:ci --announce_rc
17
common:ci --disk_cache=~/.cache/bazel-disk-cache
18
build:ci -c opt
.github/workflows/main.yml
@@ -27,7 +27,7 @@ jobs:
27
~/.cache/bazel-disk-cache
28
key: ${{runner.os}}-bazel-cache
29
- uses: actions/checkout@v3
30
- - run: bazel build --config=ci ...
+ - run: bazel build --config=ci --config=no-warnings ...
31
check-dist:
32
runs-on: ubuntu-latest
33
steps:
0 commit comments