stdenv bootstrap: disable dejagnu tests

There's a failure - I don't know why.  The checks from "normal" dejagnu
still succeed, so I assume this commit is quite a safe work-around.
This commit is contained in:
Vladimír Čunát 2019-08-18 12:46:38 +02:00 committed by Luka Blaskovic
parent 89590eb7bf
commit 0c75f51304

View File

@ -226,6 +226,7 @@ in
ccWrapperStdenv
gcc-unwrapped coreutils gnugrep
perl gnum4 bison;
dejagnu = super.dejagnu.overrideAttrs (a: { doCheck = false; } );
# This also contains the full, dynamically linked, final Glibc.
binutils = prevStage.binutils.override {
# Rewrap the binutils with the new glibc, so both the next