Buildkite: Add specific version for 'clang' Python package

PiperOrigin-RevId: 554780053
Change-Id: Ia2cc1649aac173d8c606e049955b5dde1d585dc8
pull/171/head
Christian Blichmann 2023-08-08 04:48:14 -07:00 committed by Copybara-Service
parent 48bbb06fe7
commit 999336a27d
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@ tasks:
debian10:
shell_commands:
- "sudo apt -y update && sudo apt -y install llvm-11-dev libclang-11-dev libncurses-dev"
- pip3 install absl-py clang
- pip3 install absl-py clang==11
build_targets:
- "..."