diff options
author | Melody Horn <melody@boringcactus.com> | 2024-11-13 21:11:04 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-11-13 21:11:04 -0700 |
commit | 07868b0a77d2425a597c10099abc150d4a3f1edf (patch) | |
tree | 9cfddeeac6bca4aa8a8ceef8341484d3e357d81d | |
parent | 299df7dd015afc97f996b3664b3a5f56c4ba0e24 (diff) | |
download | makers-07868b0a77d2425a597c10099abc150d4a3f1edf.tar.gz makers-07868b0a77d2425a597c10099abc150d4a3f1edf.zip |
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
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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!' |