sandboxed-api/.bazelci/presubmit.yml
Christian Blichmann 5d7ea8dd28 Update BazelCI config with LLVM and Clang dev packages
This should make the build much faster when compiling the new interface
generator on BazelCI.

PiperOrigin-RevId: 438762508
Change-Id: Ie7efe14d7bd2b14d58cbbb7865b36751918d9145
2022-04-01 01:15:43 -07:00

9 lines
190 B
YAML

---
tasks:
debian10:
shell_commands:
- apt-get update && apt-get install llvm-11-dev libclang-11-dev libncurses-dev
- pip3 install absl-py clang
build_targets:
- "..."