From 07868b0a77d2425a597c10099abc150d4a3f1edf Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Wed, 13 Nov 2024 21:11:04 -0700 Subject: use prior LTS linux instead in 5.15 something is empty that is probably not supposed to be empty, and it means makers defconfig fails although 5.15.x is what Alpine 3.17 (technically still supported for another week and a half) ships --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 12d61ee..5d97165 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.15.171.tar.xz + - wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.10.229.tar.xz - tar xf linux-*.tar.xz - cd linux-*/ - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' -- cgit v1.2.3