We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ce592e commit 1a39c03Copy full SHA for 1a39c03
.github/workflows/ci.yml
@@ -38,8 +38,6 @@ jobs:
38
cd /work
39
make
40
make test
41
- # Fails because kernel is too old for SYS_pidfd_open
42
- continue-on-error: true
43
- run: git clean -dxff
44
45
- name: Build and test in Amazon Linux 2
@@ -54,6 +52,8 @@ jobs:
54
52
git config --global --add safe.directory /work # Fix for: fatal: detected dubious ownership in repository at '/work'
55
53
56
+ # Fails because kernel is too old for SYS_pidfd_open
+ continue-on-error: true
57
58
59
- name: Build in Oracle Linux 7 (similar to RHEL 7, CentOS 7)
0 commit comments