From 49f8ccfeb3ab68e6cc5344baa8722ad5b8d1d9fa Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Thu, 3 Mar 2022 08:13:10 +1000 Subject: [PATCH] Add note about deps in CI config --- .cirrus.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.cirrus.yml b/.cirrus.yml index 46d9ba0..07e6bad 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -7,6 +7,7 @@ test_task: - rustc --version - cat Cargo.toml install_script: + # these dependencies are for building the kcov tool - apt-get update && apt-get install -y --no-install-recommends binutils-dev cmake libcurl4-openssl-dev zlib1g-dev libdw-dev libiberty-dev python test_script: - cargo test