install rsync on Bazel CI before running tests

`//cmake:cmake_build` needs this: https://buildkite.com/bazel/upb/builds/1210#0182b0dc-2131-43f2-8b9d-0b9fba807be8
pull/13171/head
Xùdōng Yáng 3 years ago committed by GitHub
parent 922a858e5c
commit 0aa5a453b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .bazelci/presubmit.yml

@ -3,7 +3,7 @@ tasks:
ubuntu:
platform: ubuntu1804
shell_commands:
- "sudo apt -y update && sudo apt -y install libreadline-dev cmake"
- "sudo apt -y update && sudo apt -y install libreadline-dev cmake rsync"
test_targets:
- //...
macos:

Loading…
Cancel
Save