From 57d81af893ed60abb6b1772532ce73ac5e489d4b Mon Sep 17 00:00:00 2001 From: Martin Nowack Date: Wed, 15 Sep 2021 15:11:19 +0100 Subject: Install git as a requirement for codecov Codecov depends on git to detect the SHA sum of the repository. Install as a dependency. --- scripts/build/p-klee-linux-ubuntu.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/build/p-klee-linux-ubuntu.inc b/scripts/build/p-klee-linux-ubuntu.inc index 4967aa3c..d2847343 100644 --- a/scripts/build/p-klee-linux-ubuntu.inc +++ b/scripts/build/p-klee-linux-ubuntu.inc @@ -35,7 +35,7 @@ install_build_dependencies_klee() { ) if [[ $(to_bool "${COVERAGE}") -eq 1 ]]; then - dependencies+=(lcov curl) + dependencies+=(lcov curl git) fi apt -y --no-install-recommends install "${dependencies[@]}" -- cgit 1.4.1