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

Fix configure_and_run make < 4.3 #63

Merged
merged 1 commit into from
Mar 4, 2024
Merged

Fix configure_and_run make < 4.3 #63

merged 1 commit into from
Mar 4, 2024

Conversation

NobodyXu
Copy link
Member

@NobodyXu NobodyXu commented Mar 4, 2024

make < 4.3 cannot work with annoymous pipe jobserver that has O_NONBLOCK set.

This PR fixes it by clearing O_NONBLOCK in configure_and_run just before exec.

make < 4.3 cannot work with annoymous pipe jobserver that has `O_NONBLOCK` set.

This PR fixes it by clearing `O_NONBLOCK` in `configure_and_run` just before `exec`.

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@NobodyXu NobodyXu merged commit 9957893 into main Mar 4, 2024
44 checks passed
@NobodyXu NobodyXu deleted the fix/job-token-make branch March 4, 2024 13:33
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.

None yet

1 participant