Update the CI kernel.

This commit is contained in:
Andrius Štikonas 2021-03-28 13:58:08 +01:00
parent 82a474b802
commit 35e079275f

View file

@ -45,12 +45,12 @@ run_task:
deps_script:
- apt-get -y update
- apt-get -y dist-upgrade
- apt-get -y install sudo git cpio linux-image-4.19.0-13-amd64 expect wget
- apt-get -y install sudo git cpio linux-image-4.19.0-16-amd64 expect wget
- apt-get -y clean
submodule_script:
- git submodule update --init --recursive
kernel_script:
- cp /boot/vmlinuz-4.19.0-13-amd64 ./kernel
- cp /boot/vmlinuz-4.19.0-16-amd64 ./kernel
run_script:
- ./.cirrus.expect | tee -a /tmp/run.log
- grep -q 'Bootstrapping completed.' /tmp/run.log