Uh oh!
There was an error while loading. Please reload this page.
travis: Upgrade OSX builders - #48799
Conversation
alexcrichton
commented
Mar 6, 2018
r? @kennytm |
dd82721 to
a3ac9f1CompareMark-Simulacrum
commented
Mar 7, 2018
Hm, I'm somewhat hesitant because of the debuginfo breakage but I also think this is somewhat more important -- breakage looks relatively minor. @bors r+ |
bors
commented
Mar 7, 2018
📌 Commit a3ac9f1 has been approved by |
alexcrichton
commented
Mar 7, 2018
@bors: r- Looks like reproducible builds on 64-bit OSX regresses However 32-bit builds get 40 minutes faster, so that's nice! |
a3ac9f1 to
51321c7Comparealexcrichton
commented
Mar 7, 2018
@bors: r=Mark-Simulacrum |
bors
commented
Mar 7, 2018
📌 Commit 51321c7 has been approved by |
There was a problem hiding this comment.
I found this test took forever without optimizations. It still takes a long time with them, but it's at least a little better
There was a problem hiding this comment.
I rewrote this test to be a little more resilient against system linkers. We're sort of always assuming the system linker is deterministic, and if it's not then there's not much we can do about that...
This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
51321c7 to
55a2fdfComparealexcrichton
commented
Mar 7, 2018
@bors: r=Mark-Simulacrum confirmed fixed now! |
bors
commented
Mar 7, 2018
📌 Commit 55a2fdf has been approved by |
alexcrichton
commented
Mar 9, 2018
@bors: rollup |
…-Simulacrum travis: Upgrade OSX builders This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
…-Simulacrum travis: Upgrade OSX builders This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
…-Simulacrum travis: Upgrade OSX builders This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
kennytm
commented
Mar 11, 2018
@bors rollup- p=1 |
bors
commented
Mar 11, 2018
travis: Upgrade OSX builders This upgrades the OSX builders to the `xcode9.3-moar` image which has 3 cores as opposed to the 2 that our builders currently have. Should help make those OSX builds a bit speedier!
bors
commented
Mar 11, 2018
☀️ Test successful - status-appveyor, status-travis |
This upgrades the OSX builders to the
xcode9.3-moarimage which has 3 cores asopposed to the 2 that our builders currently have. Should help make those OSX
builds a bit speedier!