Skip to content

Commit

Permalink
[jenkins]: build dbg image for kvm image
Browse files Browse the repository at this point in the history
  • Loading branch information
lguohan committed Jul 19, 2019
1 parent 2eae20e commit de74932
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jenkins/vs/buildimage-vs-image/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ make configure PLATFORM=vs
sudo bash -c "echo 1 > /proc/sys/vm/compact_memory"
make SONIC_CONFIG_BUILD_JOBS=1 INSTALL_DEBUG_TOOLS=y target/sonic-vs.img.gz
mv target/sonic-vs{,-dbg}.bin
mv target/sonic-vs{,-dbg}.img.gz
mv target/sonic-vs{,-dbg}.img.gz.log
make SONIC_CONFIG_BUILD_JOBS=1 target/sonic-vs.img.gz
'''
}
Expand Down

0 comments on commit de74932

Please sign in to comment.