From 0aa5a453b8a313d34d5dc34dc8d46e17ab0027b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=B9d=C5=8Dng=20Y=C3=A1ng?= Date: Thu, 18 Aug 2022 14:31:01 +0200 Subject: [PATCH] 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 --- .bazelci/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 29bfc53c2c..7e2b9110ff 100644 --- a/.bazelci/presubmit.yml +++ b/.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: