mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
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: e9500f49ea
("travis: Use buildman for building with clang")
Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
5e63c96aa7
commit
626b0389ec
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue