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

Add rumprun CI and get tests passing #86

Merged
merged 1 commit into from Dec 2, 2015

Conversation

Projects
None yet
2 participants
@alexcrichton
Copy link
Member

alexcrichton commented Nov 30, 2015

I was curious to see how we could get rumprun running over Thanksgiving, and it turns out it ended up working! I ended up having to fix a ton of definitions as well, and unfortunately I haven't been able to verify OpenBSD or Bitrig, so they may have broke as a result of this as well.

cc @gandro

@alexcrichton alexcrichton force-pushed the alexcrichton:rumprun branch from 1e4d6c4 to 5856b1c Dec 1, 2015

@gandro

This comment has been minimized.

Copy link
Contributor

gandro commented Dec 1, 2015

This is awesome. Looking at the code, I think we could use target_os = "netbsd" instead of feature = "rumprun", since they are basically the same from libc's perspective. I hope to provide NetBSD CI as well at some point. I was working on it this weekend, but I ran out of time.

@alexcrichton

This comment has been minimized.

Copy link
Member Author

alexcrichton commented Dec 1, 2015

Yeah I've been meaning to get a NetBSD VM up and running to verify that these definitions are the same on NetBSD (there's a bunch of different ones), but I'll take your word for it for now!

@alexcrichton alexcrichton force-pushed the alexcrichton:rumprun branch 6 times, most recently from ce47c21 to 3c6440c Dec 1, 2015

@alexcrichton alexcrichton force-pushed the alexcrichton:rumprun branch from 3c6440c to 49d7bca Dec 2, 2015

alexcrichton added a commit that referenced this pull request Dec 2, 2015

Merge pull request #86 from alexcrichton/rumprun
Add rumprun CI and get tests passing

@alexcrichton alexcrichton merged commit 6a13db9 into rust-lang:master Dec 2, 2015

2 checks passed

continuous-integration/appveyor/pr AppVeyor build succeeded
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@alexcrichton alexcrichton deleted the alexcrichton:rumprun branch Dec 2, 2015

@alexcrichton alexcrichton referenced this pull request Dec 2, 2015

Closed

Add rumprun CI #76

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.