mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01: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:
		| @@ -389,7 +389,7 @@ matrix: | |||||||
|       env: |       env: | ||||||
|         - TEST_PY_BD="sandbox" |         - TEST_PY_BD="sandbox" | ||||||
|           BUILDMAN="^sandbox$" |           BUILDMAN="^sandbox$" | ||||||
|           OVERRIDE="clang-7" |           OVERRIDE="-O clang-7" | ||||||
|     - name: "test/py sandbox_spl" |     - name: "test/py sandbox_spl" | ||||||
|       env: |       env: | ||||||
|         - TEST_PY_BD="sandbox_spl" |         - TEST_PY_BD="sandbox_spl" | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user