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

rustbuild: add config.toml option to disable codegen tests #36234

Merged
merged 1 commit into from
Sep 4, 2016

Conversation

durka
Copy link
Contributor

@durka durka commented Sep 3, 2016

Fixes #36232.

I think it worked? Here's a build log where I tried to bootstrap, it crashed, then I added the setting to config.toml and it continued: https://gist.github.com/durka/cbf97cf04b8e065f1a2cfda4c1b6bf95

r? @alexcrichton

@@ -129,6 +129,7 @@
# with debuginfo (the -g flag)
#optimize-tests = true
#debuginfo-tests = true
#codegen-tests = true
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is actually slightly different from the above config because it disables tests rather than configure how they're compiled. Perhaps this could have its own doc block explaining it?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, I didn't even read the doc block, was just following the pattern.

@alexcrichton
Copy link
Member

@bors: r+

@bors
Copy link
Contributor

bors commented Sep 3, 2016

📌 Commit 0efc4bf has been approved by alexcrichton

Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 4, 2016
…xcrichton

rustbuild: add config.toml option to disable codegen tests

Fixes rust-lang#36232.

I think it worked? Here's a build log where I tried to bootstrap, it crashed, then I added the setting to config.toml and it continued: https://gist.github.com/durka/cbf97cf04b8e065f1a2cfda4c1b6bf95

r? @alexcrichton
bors added a commit that referenced this pull request Sep 4, 2016
Rollup of 7 pull requests

- Successful merges: #36070, #36132, #36200, #36212, #36225, #36231, #36234
- Failed merges:
Manishearth added a commit to Manishearth/rust that referenced this pull request Sep 4, 2016
…xcrichton

rustbuild: add config.toml option to disable codegen tests

Fixes rust-lang#36232.

I think it worked? Here's a build log where I tried to bootstrap, it crashed, then I added the setting to config.toml and it continued: https://gist.github.com/durka/cbf97cf04b8e065f1a2cfda4c1b6bf95

r? @alexcrichton
bors added a commit that referenced this pull request Sep 4, 2016
Rollup of 7 pull requests

- Successful merges: #36070, #36132, #36200, #36212, #36225, #36231, #36234
- Failed merges:
@bors bors merged commit 0efc4bf into rust-lang:master Sep 4, 2016
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.

3 participants