Skip to content

Commit 9ce592e

Browse files
committed
ci: ignore Amazon Linux 2 failure
1 parent bb41688 commit 9ce592e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
cd /work
3939
make
4040
make test
41+
# Fails because kernel is too old for SYS_pidfd_open
42+
continue-on-error: true
4143
- run: git clean -dxff
4244

4345
- name: Build and test in Amazon Linux 2

0 commit comments

Comments
 (0)