travis: Fix the clang-7 test
authorTom Rini <trini@konsulko.com>
Sat, 26 Oct 2019 17:48:41 +0000 (13:48 -0400)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 03:54:28 +0000 (22:54 -0500)
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 <trini@konsulko.com>
.travis.yml

index 1e9837869508ed8c80d59a46ad32e693ccb9f370..f6aec9677083f4f23cf18cb712995f8870303ea1 100644 (file)
@@ -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"