commit | 0aa5a453b8a313d34d5dc34dc8d46e17ab0027b8 | [log] [tgz] |
---|---|---|
author | Xùdōng Yáng <wyverald@gmail.com> | Thu Aug 18 14:31:01 2022 +0200 |
committer | GitHub <noreply@github.com> | Thu Aug 18 14:31:01 2022 +0200 |
tree | c2023fc11fbd006959bdd37959c4fcfe1617b9a7 | |
parent | 922a858e5c4a3a66cef521595aa3ba795814b43d [diff] |
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
diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 29bfc53..7e2b911 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml
@@ -3,7 +3,7 @@ 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: