From 5011ef94ac2ce5af03e0217efed74b3f3646885d Mon Sep 17 00:00:00 2001 From: David Sterba Date: Mon, 7 Sep 2020 17:17:52 +0200 Subject: [PATCH] btrfs-progs: ci: install clang unconditionally The builds on travis started to fail for the clang and it was missing completely, so add it to the list of packages. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3f2574cd..8404e26d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,7 +53,7 @@ env: before_install: - sudo apt-get update -qq - - sudo apt-get install -qq e2fslibs-dev gcc libacl1-dev libblkid-dev liblzo2-dev make pkg-config udev zlib1g-dev acl attr reiserfsprogs python3-setuptools + - sudo apt-get install -qq e2fslibs-dev gcc clang libacl1-dev libblkid-dev liblzo2-dev make pkg-config udev zlib1g-dev acl attr reiserfsprogs python3-setuptools - echo -n | openssl s_client -connect scan.coverity.com:443 | sed -ne '/-BEGIN CERTIFICATE-/,/-END CERTIFICATE-/p' | sudo tee -a /etc/ssl/certs/ca- - docker pull kdave/ci-musl-x86_64 - ci/build-dep-reiserfs