mirror of https://github.com/google/gemma.cpp.git
Faster bazel builds by only building all local targets.
PiperOrigin-RevId: 622442126
This commit is contained in:
parent
d852cf5089
commit
9e51a91cfc
|
|
@ -72,4 +72,4 @@ jobs:
|
||||||
with:
|
with:
|
||||||
path: ~/.cache/bazel
|
path: ~/.cache/bazel
|
||||||
key: bazel-${{ runner.os }}
|
key: bazel-${{ runner.os }}
|
||||||
- run: bazel build --cxxopt=-std=c++20 //...
|
- run: bazel build --cxxopt=-std=c++20 //:all
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue