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

Emscripten targets are Unix targets #38598

Merged
merged 2 commits into from
Dec 26, 2016
Merged

Emscripten targets are Unix targets #38598

merged 2 commits into from
Dec 26, 2016

Conversation

brson
Copy link
Contributor

@brson brson commented Dec 25, 2016

I suspect this will fix the errors compiling libc https://buildbot.rust-lang.org/builders/auto-linux-rustbuild-cross-opt/builds/689/steps/compile/logs/stdio that are occurring on every PR.

Emscripten is basically a posix emulation layer for the web and I consider it a Unix.

cc @alexcrichton

@rust-highfive
Copy link
Collaborator

r? @arielb1

(rust_highfive has picked a reviewer for you, use r? to override)

@brson
Copy link
Contributor Author

brson commented Dec 25, 2016

I don't know how the error got onto master. It seems like bors would have caught that.

@brson brson assigned alexcrichton and unassigned arielb1 Dec 25, 2016
@sfackler
Copy link
Member

@bors r+

@bors
Copy link
Contributor

bors commented Dec 25, 2016

📌 Commit 31bda23 has been approved by sfackler

@nagisa
Copy link
Member

nagisa commented Dec 25, 2016

Travis failed with some pretty relevant errors.

@tomaka
Copy link
Contributor

tomaka commented Dec 25, 2016

Is there a possibility that it breaks code that does #[cfg(unix)] and #[cfg(emscripten)]?

@alexcrichton
Copy link
Member

@bors: r+ p=1

@bors
Copy link
Contributor

bors commented Dec 25, 2016

📌 Commit f262eea has been approved by alexcrichton

@bors
Copy link
Contributor

bors commented Dec 26, 2016

⌛ Testing commit f262eea with merge 5752eae...

bors added a commit that referenced this pull request Dec 26, 2016
Emscripten targets are Unix targets

I suspect this will fix the errors compiling libc https://buildbot.rust-lang.org/builders/auto-linux-rustbuild-cross-opt/builds/689/steps/compile/logs/stdio that are occurring on every PR.

Emscripten is basically a posix emulation layer for the web and I consider it a Unix.

cc @alexcrichton
@alexcrichton
Copy link
Member

I don't know how the error got onto master. It seems like bors would have caught that.

Turns out we're not gating on the relevant builder in homu, we just haven't regressed it until now. Hurray!

@alexcrichton
Copy link
Member

This passed on Travis and AppVeyor, merging manually

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.

8 participants