mirror of
https://github.com/google/sandboxed-api.git
synced 2024-03-22 13:11:30 +08:00
5d7ea8dd28
This should make the build much faster when compiling the new interface generator on BazelCI. PiperOrigin-RevId: 438762508 Change-Id: Ie7efe14d7bd2b14d58cbbb7865b36751918d9145
9 lines
190 B
YAML
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:
|
|
- "..."
|