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
					
				| 
						 | 
					@ -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"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue