From 1c84f0b04d0fd8d37afd29a4c959fb8c863bcfdb Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 4 Aug 2020 08:00:00 +0000 Subject: ci: use kernel headers from Linux kernel v5.8 When Linux kernel merge window opens, changes of all sorts start to pour down, breaking UAPI in various ways. This does not work for strace, we need a stable UAPI. * .github/workflows/ci.yml (env): Add KBRANCH. * .gitlab-ci.yml (variables): Likewise. * .travis.yml (env:global): Likewise. --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f5a246047..4e4376503 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ variables: GIT_DEPTH: "2147483647" SLEEP_A_BIT: "sleep 0.2" VERBOSE: "1" + KBRANCH: "v5.8" gcc-x86_64-libdw-mainline: stage: test -- cgit v1.2.1