summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2020-04-01 01:03:55 +0000
committerDmitry V. Levin <ldv@altlinux.org>2020-04-01 01:03:55 +0000
commitdc6a196f3a83103e8ba21b6809246d37356ffd3d (patch)
treece60fc45a7c37269c39f265d9376b0b28f9f5b85 /.gitlab-ci.yml
parent69fe885347080c72de428cf6bb6f727b3850e6f1 (diff)
downloadstrace-dc6a196f3a83103e8ba21b6809246d37356ffd3d.tar.gz
ci: use kernel headers from Linux kernel v5.6
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. * .gitlab-ci.yml (variables): Add KBRANCH. * .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..fc05d84c6 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.6"
gcc-x86_64-libdw-mainline:
stage: test