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:
parent
89590eb7bf
commit
0c75f51304
@ -226,6 +226,7 @@ in
|
|||||||
ccWrapperStdenv
|
ccWrapperStdenv
|
||||||
gcc-unwrapped coreutils gnugrep
|
gcc-unwrapped coreutils gnugrep
|
||||||
perl gnum4 bison;
|
perl gnum4 bison;
|
||||||
|
dejagnu = super.dejagnu.overrideAttrs (a: { doCheck = false; } );
|
||||||
# This also contains the full, dynamically linked, final Glibc.
|
# This also contains the full, dynamically linked, final Glibc.
|
||||||
binutils = prevStage.binutils.override {
|
binutils = prevStage.binutils.override {
|
||||||
# Rewrap the binutils with the new glibc, so both the next
|
# Rewrap the binutils with the new glibc, so both the next
|
||||||
|
Loading…
x
Reference in New Issue
Block a user