commit: bdb3e96c4e2874a034198a8c7e6d24320edc5e7c
parent 3bf5d4152d4d59ee4d420381d2c7d03fda8db339
Author: bauen1 <j2468h@gmail.com>
Date: Tue, 30 Mar 2021 23:43:33 +0200
ci: bump kernel version
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.cirrus.yml b/.cirrus.yml
@@ -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