rustc: Disable tests for now

This commit is contained in:
Eelco Dolstra
2018-07-09 12:35:01 +02:00
parent 07933800fb
commit 323fe3a305
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ stdenv.mkDerivation {
++ optional (targets != []) "--target=${target}"
++ optional (!forceBundledLLVM) "--llvm-root=${llvmShared}";
# The boostrap.py will generated a Makefile that then executes the build.
# The bootstrap.py will generated a Makefile that then executes the build.
# The BOOTSTRAP_ARGS used by this Makefile must include all flags to pass
# to the bootstrap builder.
postConfigure = ''