Skip to content
This repository has been archived by the owner on Dec 17, 2021. It is now read-only.

add epoll_pwait to secomp profile #113

Merged
merged 1 commit into from
Mar 4, 2019
Merged

add epoll_pwait to secomp profile #113

merged 1 commit into from
Mar 4, 2019

Conversation

henryoswald
Copy link
Contributor

Last year golang changed from epoll_wait to epoll_pwait golang/go#23750

This causes golang panic errors on mac when running secomp secure compiles using docker 18.09.1. It may start to become a problem on the clsi's where we are running on 17.03.2-ce in production.

Last year golang changed from epoll_wait to epoll_pwait golang/go#23750

This causes golang panic errors on mac when running secomp secure compiles using docker 18.09.1. It may start to become a problem on linux where we are running on 17.03.2-ce in production.
Copy link
Contributor

@briangough briangough left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch.

@mans0954 mans0954 merged commit f422bb8 into master Mar 4, 2019
@mans0954 mans0954 deleted the ho-osx-epoll branch March 4, 2019 14:57
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants