Faster bazel builds by only building all local targets.

PiperOrigin-RevId: 622442126
This commit is contained in:
Jan Wassenberg 2024-04-06 14:17:47 +00:00
parent d852cf5089
commit 9e51a91cfc
1 changed files with 1 additions and 1 deletions

View File

@ -72,4 +72,4 @@ jobs:
with:
path: ~/.cache/bazel
key: bazel-${{ runner.os }}
- run: bazel build --cxxopt=-std=c++20 //...
- run: bazel build --cxxopt=-std=c++20 //:all