ci: bump kernel version

This commit is contained in:
bauen1 2021-03-30 23:43:33 +02:00
parent 3bf5d4152d
commit bdb3e96c4e
No known key found for this signature in database
GPG Key ID: FF0AAF5E0812BA9C
1 changed files with 2 additions and 2 deletions

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