aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
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!'