mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
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:
parent
74bb2c35ca
commit
5d7ea8dd28
|
@ -2,6 +2,7 @@
|
||||||
tasks:
|
tasks:
|
||||||
debian10:
|
debian10:
|
||||||
shell_commands:
|
shell_commands:
|
||||||
|
- apt-get update && apt-get install llvm-11-dev libclang-11-dev libncurses-dev
|
||||||
- pip3 install absl-py clang
|
- pip3 install absl-py clang
|
||||||
build_targets:
|
build_targets:
|
||||||
- "..."
|
- "..."
|
||||||
|
|
Loading…
Reference in New Issue
Block a user