Skip to content

Commit

Permalink
cctag: fix failing tests with gcc13
Browse files Browse the repository at this point in the history
Since GCC13 the package does not build correctly, causing the tests to
fail. This was not the case with GCC12. Instead of building it with an
older version of GCC, we can build and test it successfully with
Clang.
  • Loading branch information
jmpunkt committed May 14, 2024
1 parent 430b643 commit f11d0b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20321,6 +20321,7 @@ with pkgs;
ccrtp = callPackage ../development/libraries/ccrtp { };

cctag = callPackage ../development/libraries/cctag {
stdenv = clangStdenv;
tbb = tbb_2021_11;
};

Expand Down

0 comments on commit f11d0b0

Please sign in to comment.