Update BazelCI configuration to use Debian 10

PiperOrigin-RevId: 276260896
Change-Id: I0203446d6dcf00f1e8c4955183d8d1868f073c1e
This commit is contained in:
Christian Blichmann 2019-10-23 06:09:42 -07:00 committed by Copybara-Service
parent 4da8f68aa8
commit 08bd3ddc22

View File

@ -1,8 +1,7 @@
--- ---
tasks: tasks:
ubuntu1804: debian10:
shell_commands: shell_commands:
- apt-get update && apt-get install libcap-dev
- pip3 install absl-py clang - pip3 install absl-py clang
build_targets: build_targets:
- "..." - "..."