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
This commit is contained in:
Christian Blichmann 2022-04-01 01:15:05 -07:00 committed by Copybara-Service
parent 74bb2c35ca
commit 5d7ea8dd28

View File

@ -2,6 +2,7 @@
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:
- "..."