summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-08-04 08:00:00 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-08-04 08:00:00 +0000
commit1c84f0b04d0fd8d37afd29a4c959fb8c863bcfdb (patch)
treed66e6866b7923100e454bb32fc632038bdd37266 /.gitlab-ci.yml
parentd0996e83d3bbf393cf551ce465a4667cb5d64e1c (diff)
downloadstrace-1c84f0b04d0fd8d37afd29a4c959fb8c863bcfdb.tar.gz
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.
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
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