Skip to content

Commit 4d3a8cf

Browse files
committed
ci: stop ignoring Amazon Linux 2
With the latest change in SYS constants, Amazon Linux 2 should work again.
1 parent 13a6183 commit 4d3a8cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,6 @@ jobs:
5252
git config --global --add safe.directory /work # Fix for: fatal: detected dubious ownership in repository at '/work'
5353
make
5454
make test
55-
# Fails because kernel is too old for SYS_pidfd_open
56-
continue-on-error: true
5755
- run: git clean -dxff
5856

5957
- name: Build in Oracle Linux 7 (similar to RHEL 7, CentOS 7)

0 commit comments

Comments
 (0)