Rollup merge of #36234 - durka:disable-codegen-config, r=alexcrichton

rustbuild: add config.toml option to disable codegen tests

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
This commit is contained in:
Manish Goregaokar 2016-09-04 07:52:36 +05:30
commit 55893f0da7
2 changed files with 6 additions and 0 deletions

View file

@ -133,6 +133,10 @@
#optimize-tests = true
#debuginfo-tests = true
# Flag indicating whether codegen tests will be run or not. If you get an error
# saying that the FileCheck executable is missing, you may want to disable this.
#codegen-tests = true
# =============================================================================
# Options for specific targets
#