Skip to content

Commit 26b8343

Browse files
committed
no warnings
1 parent db0f5f6 commit 26b8343

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.bazelrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ build:linux --platforms=//bazel/platforms:linux
1111
build:linux --host_platform=//bazel/platforms:linux
1212
build:linux --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux
1313

14+
build:no-warnings --per_file_copt=//.*@-Werror
15+
1416
common:ci --announce_rc
1517
common:ci --disk_cache=~/.cache/bazel-disk-cache
1618
build:ci -c opt

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
~/.cache/bazel-disk-cache
2828
key: ${{runner.os}}-bazel-cache
2929
- uses: actions/checkout@v3
30-
- run: bazel build --config=ci ...
30+
- run: bazel build --config=ci --config=no-warnings ...
3131
check-dist:
3232
runs-on: ubuntu-latest
3333
steps:

0 commit comments

Comments
 (0)