-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) #9093
Conversation
Ms2ger
commented
Dec 30, 2015
@bors-servo r+ |
📌 Commit da0452a has been approved by |
@bors-servo r- force
|
@bors-servo r=saneyuki |
📌 Commit 9234ad1 has been approved by |
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9093) <!-- Reviewable:end -->
💔 Test failed - gonk |
|
Gah. @larsbergstrom? |
I'll try to repro this on my local Linux box. I've only seen this before when attempting to do a cargoup. |
Few things going on here:
|
There's currently not a great way to disable gold without using a wrapper-rustc-script which passes I'd be pretty interested, however, in what the errors are with using gold. I'm sure that Servo would greatly improve link times using gold instead of the default ld, so it'd be great to investigate! |
cc @brson about gold issues as well |
@alexcrichton Hrm, this might be us. We've been using gold for a long time (August 15th - fb7a53c), but it breaks on cross-compiles, as in #7564 (totally fine on native builds). I think this is our fault - looking at the rustc code, you shouldn't be using gold on cross-compiles, so I should back out that commit with this rustc update, since we should no longer have to do the gold linker determination ourselves. |
@larsbergstrom that build error actually looks unrelated to the usage of gold to me, looking at the two errors it looks like you've seen that Other than that I think that it may be fine to just leave gold as-is. |
@bors-servo r+ |
📌 Commit 94e708f has been approved by |
Update to rustc 1.7.0-nightly (b4707ebca 2015-12-27) <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9093) <!-- Reviewable:end -->
💔 Test failed - linux-rel |
|
⚡ Previous build results for android, gonk, linux-dev, mac-dev-unit, mac-rel-css, mac-rel-wpt are reusable. Rebuilding only linux-rel... |
⚡ Previous build results for android, gonk, linux-dev, mac-dev-unit, mac-rel-css, mac-rel-wpt are reusable. Rebuilding only linux-rel... |
💔 Test failed - linux-rel |
Seems to be hitting #9286 pretty consistently... |
@bors-servo retry I'm going to retry again, third time's the trick hopefully... |
⚡ Previous build results for android, gonk, linux-dev, mac-dev-unit, mac-rel-css, mac-rel-wpt are reusable. Rebuilding only linux-rel... |
☀️ Test successful - android, gonk, linux-dev, linux-rel, mac-dev-unit, mac-rel-css, mac-rel-wpt |