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 broken OS detection #153

Merged
merged 2 commits into from
Oct 12, 2019
Merged

Conversation

pedrocr
Copy link
Contributor

@pedrocr pedrocr commented Feb 22, 2019

The #141 workaround was actually fully disabled because the OS condition
was wrong. This fixes the workaround.

@pedrocr
Copy link
Contributor Author

pedrocr commented Feb 22, 2019

Added another fix for broken RUSTFLAGS when this workaround is in effect.

@pedrocr
Copy link
Contributor Author

pedrocr commented Oct 6, 2019

These seem like no-brainers no? Can they just be merged?

The rust-fuzz#141 workaround was actually fully disabled because the OS condition
was wrong. This fixes the workaround.
When the fix for rust-fuzz#141 is in effect if you pass extra RUSTFLAGS there is
no space separating them and the command line breaks. Fix that by adding
a space at the end of those flags, just like it's done in the common
string.
@pedrocr pedrocr force-pushed the fix-linux-platform-check branch from 94c1986 to 3b11385 Compare October 6, 2019 19:16
Copy link
Member

@frewsxcv frewsxcv left a comment

Choose a reason for hiding this comment

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

Yep, looks great! Thanks for your patience

@frewsxcv frewsxcv merged commit 0f06224 into rust-fuzz:master Oct 12, 2019
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