From: Tom Rini Date: Sat, 26 Oct 2019 17:48:41 +0000 (-0400) Subject: travis: Fix the clang-7 test X-Git-Tag: v2020.10~514^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=626b0389ecebbdab8ea8f29eb80c0d400376db28;p=platform%2Fkernel%2Fu-boot.git travis: Fix the clang-7 test When using the OVERRIDE variable we need to pass -O to buildman as well to use the "override" option to buildman. Fixed: e9500f49ea35 ("travis: Use buildman for building with clang") Signed-off-by: Tom Rini --- diff --git a/.travis.yml b/.travis.yml index 1e98378..f6aec96 100644 --- a/.travis.yml +++ b/.travis.yml @@ -389,7 +389,7 @@ matrix: env: - TEST_PY_BD="sandbox" BUILDMAN="^sandbox$" - OVERRIDE="clang-7" + OVERRIDE="-O clang-7" - name: "test/py sandbox_spl" env: - TEST_PY_BD="sandbox_spl"