mirror of
				https://github.com/Telecominfraproject/ols-nos.git
				synced 2025-10-30 17:48:09 +00:00 
			
		
		
		
	[ci] Fix build issue for vs vhdx image. #14427
Why I did it sonic-slave-stretch build failed for mmh3 version update to 3.10 on Mar 24. How I did it Enable reproducible build for vhdx image. How to verify it
This commit is contained in:
		| @@ -125,7 +125,7 @@ jobs: | ||||
|             make $BUILD_OPTIONS target/docker-ptf-sai.gz | ||||
|             if [ $(Build.Reason) != 'PullRequest' ];then | ||||
|               gzip -kd target/sonic-vs.img.gz | ||||
|               SONIC_RUN_CMDS="qemu-img convert target/sonic-vs.img -O vhdx -o subformat=dynamic target/sonic-vs.vhdx" make sonic-slave-run | ||||
|               SONIC_RUN_CMDS="qemu-img convert target/sonic-vs.img -O vhdx -o subformat=dynamic target/sonic-vs.vhdx" make $BUILD_OPTIONS sonic-slave-run | ||||
|               rm target/sonic-vs.img | ||||
|             fi | ||||
|           else | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Liu Shilong
					Liu Shilong