Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

github/workflows: disable seccomp for linux native CI #9264

Merged
merged 1 commit into from
Oct 2, 2021

Conversation

jeeb
Copy link
Member

@jeeb jeeb commented Oct 2, 2021

This CI builder bases on openSUSE Tumbleweed, and recently had
its glibc updated. This led to new syscalls such as 'clone3' not
being allowed through the security layer.

Can be reverted after Github Actions updates their security policy.

actions/runner-images#3812

This CI builder bases on openSUSE Tumbleweed, and recently had
its glibc updated. This led to new syscalls such as 'clone3' not
being allowed through the security layer.

Can be reverted after Github Actions updates their security policy.

actions/runner-images#3812
@jeeb
Copy link
Member Author

jeeb commented Oct 2, 2021

This has been fixed upstream in moby/moby@9f6b562 , and mostly brings relief until Github Actions gets updated.

@jeeb jeeb merged commit 64fa440 into mpv-player:master Oct 2, 2021
@jeeb jeeb deleted the disable_seccomp_for_tumbleweed_builds branch October 2, 2021 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant