projects
/
platform
/
kernel
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e63c96
)
travis: Fix the clang-7 test
author
Tom Rini
<trini@konsulko.com>
Sat, 26 Oct 2019 17:48:41 +0000
(13:48 -0400)
committer
Tom 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
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index
1e98378
..
f6aec96
100644
(file)
--- 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"