Skip to content

Commit

Permalink
tests-cc-wrapper: Ignore gcc aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
Artturin committed Oct 18, 2024
1 parent a5861e9 commit 046892a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/test/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 046892a

Please sign in to comment.