Skip to content

Commit

Permalink
llvmPackages: 14.0.6 -> 17.0.6 for other platforms
Browse files Browse the repository at this point in the history
This is supposed to be kept at the latest LLVM version — it used to be
set to llvmPackages_latest before I moved that to aliases.nix.
  • Loading branch information
alyssais committed Jan 24, 2024
1 parent cdb02f1 commit 8916302
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16635,7 +16635,8 @@ with pkgs;
else if platform.isAndroid then 12
else if platform.isLinux then 16
else if platform.isWasm then 16
else 14;
# For unknown systems, assume the latest version is required.
else 17;
# We take the "max of the mins". Why? Since those are lower bounds of the
# supported version set, this is like intersecting those sets and then
# taking the min bound of that.
Expand Down

0 comments on commit 8916302

Please sign in to comment.