tests-cc-wrapper: Ignore gcc aliases

This commit is contained in:
Artturin 2024-10-18 20:59:08 +03:00
parent 8de11b252d
commit 8a874c4dc8

View File

@ -30,6 +30,8 @@ with pkgs;
(filter (lib.hasPrefix "gcc"))
(filter (lib.hasSuffix "Stdenv"))
(filter (n: n != "gccCrossLibcStdenv"))
(filter (n: n != "gcc49Stdenv"))
(filter (n: n != "gcc6Stdenv"))
] ++ lib.optionals (!(
(stdenv.buildPlatform.isLinux && stdenv.buildPlatform.isx86_64) &&
(stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isx86_64)