aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2024-12-16 21:14:39 -0700
committerMelody Horn <melody@boringcactus.com>2024-12-16 21:14:39 -0700
commita98f6d0e760e8d05e34e8264d91cbb6135cc9484 (patch)
treeeb51e0f6a0732315d2de62d99998ccf1b4753143
parent2254b27cbeabd7f9e656a79afc7e0343d72f0685 (diff)
downloadmakers-a98f6d0e760e8d05e34e8264d91cbb6135cc9484.tar.gz
makers-a98f6d0e760e8d05e34e8264d91cbb6135cc9484.zip
use latest stable linux. go big or go home
-rw-r--r--.gitlab-ci.yml2
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!'