Skip to content

Commit

Permalink
Merge #284165: default-gcc-version: 12 -> 13 if stdenv.isDarwin
Browse files Browse the repository at this point in the history
...into staging
  • Loading branch information
vcunat committed Mar 28, 2024
2 parents 2b84d75 + aab705b commit 846c174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15661,7 +15661,6 @@ with pkgs;

default-gcc-version =
if (with stdenv.targetPlatform; isVc4 || libc == "relibc") then 6
else if stdenv.buildPlatform.isDarwin then 12 # unable to test
else 13;
gcc = pkgs.${"gcc${toString default-gcc-version}"};
gccFun = callPackage ../development/compilers/gcc;
Expand Down

0 comments on commit 846c174

Please sign in to comment.