diff options
author | Melody Horn <melody@boringcactus.com> | 2024-12-16 21:14:39 -0700 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2024-12-16 21:14:39 -0700 |
commit | a98f6d0e760e8d05e34e8264d91cbb6135cc9484 (patch) | |
tree | eb51e0f6a0732315d2de62d99998ccf1b4753143 /.gitlab-ci.yml | |
parent | 2254b27cbeabd7f9e656a79afc7e0343d72f0685 (diff) | |
download | makers-a98f6d0e760e8d05e34e8264d91cbb6135cc9484.tar.gz makers-a98f6d0e760e8d05e34e8264d91cbb6135cc9484.zip |
use latest stable linux. go big or go home
Diffstat (limited to '.gitlab-ci.yml')
-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 5d97165..1c079af 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.10.229.tar.xz + - wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.12.5.tar.xz - tar xf linux-*.tar.xz - cd linux-*/ - (makers -p 2>&1 || true) | grep 'Configuration file ".config" not found!' |