ci: Export LP_NUM_THREADS=0 for meson test
This prevents the Mesa llvmpipe driver from spawning (potentially lots of) worker threads. Suggested by Daniel Stone on IRC.
This commit is contained in:
		
							parent
							
								
									81d91f7d01
								
							
						
					
					
						commit
						5c18e25e12
					
				| 
						 | 
					@ -22,7 +22,7 @@ check_piglit_results ()
 | 
				
			||||||
 | 
					
 | 
				
			||||||
meson -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=true $MESON_EXTRA_OPTIONS build/
 | 
					meson -Dc_args="-fno-common" -Dprefix=/usr -Dxephyr=true -Dwerror=true $MESON_EXTRA_OPTIONS build/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts
 | 
					export PIGLIT_DIR=/root/piglit XTEST_DIR=/root/xts LP_NUM_THREADS=0
 | 
				
			||||||
ninja -j${FDO_CI_CONCURRENT:-4} -C build/
 | 
					ninja -j${FDO_CI_CONCURRENT:-4} -C build/
 | 
				
			||||||
meson test --num-processes ${FDO_CI_CONCURRENT:-4} --print-errorlogs -C build/
 | 
					meson test --num-processes ${FDO_CI_CONCURRENT:-4} --print-errorlogs -C build/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue