summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2021-09-01 08:00:00 +0000
committerDmitry V. Levin <ldv@strace.io>2021-09-01 08:00:00 +0000
commite54e5a4489a09b0c559433e852f30087b6fba0ed (patch)
tree5b7310902f548e3882888d6c3d4ea565122f72eb /.github
parent9fe63f42df8badd22fb7eef9c12fc07ed7106d6b (diff)
downloadstrace-e54e5a4489a09b0c559433e852f30087b6fba0ed.tar.gz
ci: use kernel headers from Linux kernel v5.14
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. This change repeats commit v5.8~1. * .github/workflows/ci.yml (env): Add KBRANCH. * .gitlab-ci.yml (variables): Likewise. * .travis.yml (env:global): Likewise.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 98ed096e2..e514f74bb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -3,6 +3,7 @@ name: CI
on: [push, pull_request]
env:
+ KBRANCH: v5.14
SLEEP_A_BIT: sleep 0.2
VERBOSE: 1