Added missing update instructions.
This commit is contained in:
parent
75b0587968
commit
d1af3f535c
1
.github/github-ci.sh
vendored
1
.github/github-ci.sh
vendored
@ -13,5 +13,6 @@ sed -i "s|OVERLAY_LOCATION.*|OVERLAY_LOCATION=rootfs|" ../src/.config
|
||||
|
||||
sudo apt-get -qq -y update
|
||||
sudo apt-get -qq -y upgrade
|
||||
sudo apt-get -qq -y install wget make gawk gcc bc xz-utils bison flex xorriso libelf-dev libssl-dev qemu-system-x86-64
|
||||
|
||||
set +e
|
||||
|
2
.github/test_qemu.sh
vendored
2
.github/test_qemu.sh
vendored
@ -6,8 +6,6 @@ set -e
|
||||
|
||||
cd ../src
|
||||
|
||||
sudo apt-get -qq -y install qemu-system-x86-64
|
||||
|
||||
echo "`date` | *** MLL QEMU test - BEGIN ***"
|
||||
|
||||
qemu-system-x86_64 -m 256M -cdrom minimal_linux_live.iso -boot d -nographic &
|
||||
|
Loading…
x
Reference in New Issue
Block a user