From c38a09eefc060f5026c74de815256658002cf427 Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 13 Nov 2024 20:32:37 -0700 Subject: use a more recent kernel for testing apparently 5.11.11 had a use-after-free that gcc now rejects statically. oops ! --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bcbb222..12d61ee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -87,7 +87,7 @@ full-test-linux: - cargo install --path . - mkdir ~/linux - cd ~/linux - - wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.11.11.tar.xz + - wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.15.171.tar.xz - tar xf linux-*.tar.xz - cd linux-*/ - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' -- cgit v1.2.3