[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:
parent
b3c73f84ff
commit
f19c8a7be5
@ -125,7 +125,7 @@ jobs:
|
|||||||
make $BUILD_OPTIONS target/docker-ptf-sai.gz
|
make $BUILD_OPTIONS target/docker-ptf-sai.gz
|
||||||
if [ $(Build.Reason) != 'PullRequest' ];then
|
if [ $(Build.Reason) != 'PullRequest' ];then
|
||||||
gzip -kd target/sonic-vs.img.gz
|
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
|
rm target/sonic-vs.img
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user