From 58b5610845a7a0578b7af1a1161ae4b4b3383aac Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 27 Feb 2018 17:08:30 +0100 Subject: [PATCH] btrfs-progs: ci: enable clang and python for musl build test The updated image now provides clang, so the variable is exported from the base environment to docker. And we have python too. Signed-off-by: David Sterba --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8883b3d5..a9953bb3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -72,7 +72,7 @@ addons: script: # quick build tests - - "if travis/should-run-test; then docker run -it kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace --disable-python; fi" + - "if travis/should-run-test; then docker run -it --env CC=$CC kdave/ci-musl-x86_64 ./test-build $TRAVIS_BRANCH --disable-documentation --disable-backtrace; fi" # real tests - "if travis/should-run-test; then make TEST_LOG=dump test-cli; fi" - "if travis/should-run-test; then make TEST_LOG=dump test-mkfs; fi" -- 2.11.4.GIT