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 Hermit build #1828

Merged
merged 1 commit into from
Aug 10, 2024
Merged

Fix Hermit build #1828

merged 1 commit into from
Aug 10, 2024

Conversation

Thomasdezeeuw
Copy link
Collaborator

The Hermit build would fail if --no-default-features --features os-ext were passed as flags. This is because the cfg_io_source! macro assumed that IoSource was needed for os-ext, which is true for Unix due to the usage of the Unix pipe, but not true for Hermit (it doesn't support Unix pipes).

The Hermit build would fail if --no-default-features --features os-ext
were passed as flags. This is because the cfg_io_source! macro assumed
that IoSource was needed for os-ext, which is true for Unix due to the
usage of the Unix pipe, but not true for Hermit (it doesn't support
Unix pipes).
@Thomasdezeeuw Thomasdezeeuw merged commit 59c5da6 into master Aug 10, 2024
60 checks passed
@Thomasdezeeuw
Copy link
Collaborator Author

Thanks @Darksonn

@Thomasdezeeuw Thomasdezeeuw deleted the fix-hermit branch August 10, 2024 11:30
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.

2 participants