about summary refs log tree commit diff
path: root/pkgs/test
diff options
context:
space:
mode:
authorRaito Bezarius <masterancpp@gmail.com>2023-10-30 15:16:42 +0100
committerRaito Bezarius <masterancpp@gmail.com>2023-11-17 16:12:32 +0100
commit9866a5be7e77089ca684eaa22c553af6c468328c (patch)
treea47972098a0926e925ab951040af16c753e64f64 /pkgs/test
parentc7f0bbcf2c4d42b39a5dd5ba30497c2d157a7e09 (diff)
downloadnixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar.gz
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar.bz2
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar.lz
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar.xz
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.tar.zst
nixlib-9866a5be7e77089ca684eaa22c553af6c468328c.zip
llvmPackages_5: drop
While using very old compilers is a fair usecase, it induces a maintenance churn as
we collect more and more LLVM versions for the LLVM maintainers.

Especially when we need to backport uniform changes to the whole tree,
furthermore, it consumes and waste CI resources.
Diffstat (limited to 'pkgs/test')
-rw-r--r--pkgs/test/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/test/default.nix b/pkgs/test/default.nix
index d8c5f3208bca..9543e165a805 100644
--- a/pkgs/test/default.nix
+++ b/pkgs/test/default.nix
@@ -67,7 +67,6 @@ with pkgs;
             # libcxx does not build for some reason on aarch64-linux
             (filterAttrs (n: _: n != "llvmPackages_7"))
           ] ++ lib.optionals (stdenv.hostPlatform.isDarwin && stdenv.hostPlatform.isAarch64) [
-            (filterAttrs (n: _: n != "llvmPackages_5"))
             (filterAttrs (n: _: n != "llvmPackages_6"))
             (filterAttrs (n: _: n != "llvmPackages_7"))
             (filterAttrs (n: _: n != "llvmPackages_8"))