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

ci: Disable rustc debug assertions on OSX #44641

Merged
merged 1 commit into from
Sep 17, 2017

Conversation

alexcrichton
Copy link
Member

This commit disables debug assertions for OSX in an effort to improve cycle time
on OSX. It looks like #44610 didn't shave off quite as much time as desired so
let's see how much this helps.

This commit disables debug assertions for OSX in an effort to improve cycle time
on OSX. It looks like rust-lang#44610 didn't shave off quite as much time as desired so
let's see how much this helps.
@rust-highfive
Copy link
Collaborator

r? @aturon

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

@alexcrichton
Copy link
Member Author

r? @Mark-Simulacrum

@Mark-Simulacrum
Copy link
Member

@bors r+ p=1 (perf win, hopefully)

@bors
Copy link
Contributor

bors commented Sep 17, 2017

📌 Commit c1a83ac has been approved by Mark-Simulacrum

@bors
Copy link
Contributor

bors commented Sep 17, 2017

⌛ Testing commit c1a83ac with merge ef227f5...

bors added a commit that referenced this pull request Sep 17, 2017
…rk-Simulacrum

ci: Disable rustc debug assertions on OSX

This commit disables debug assertions for OSX in an effort to improve cycle time
on OSX. It looks like #44610 didn't shave off quite as much time as desired so
let's see how much this helps.
@bors
Copy link
Contributor

bors commented Sep 17, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: Mark-Simulacrum
Pushing ef227f5 to master...

@bors bors merged commit c1a83ac into rust-lang:master Sep 17, 2017
@alexcrichton alexcrichton deleted the disable-more-osx-assertions branch September 18, 2017 14:28
@alexcrichton
Copy link
Member Author

Ok looks like this shaved ~10-15 minutes off the x86_64 build and ~5 minutes off the i686 build, but it's all still pretty variable. I'm tempted to leave this in, however, and see how it fares.

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.

5 participants