[Optimizations] Exclude more broken/slow-to-build packages

This commit is contained in:
Antoine Viallon 2023-04-05 09:46:03 +02:00
parent 495ef22f0e
commit 59c7802ff6
Signed by: aviallon
GPG key ID: 186FC35EDEB25716

View file

@ -135,10 +135,11 @@ in
default = [ # Broken default = [ # Broken
"cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt" "cmocka" "libkrb5" "libidn2" "tpm2-tss" "libxcrypt"
"libomxil-bellagio" "wayland" "wayland-protocols" "libomxil-bellagio" "wayland" "wayland-protocols"
"openssl" "libXt" "openssl" "libXt" "intel-media-sdk"
"zlib"
# Very slow # Very slow
"llvm" "clang" "clang-wrapper" "valgrind" "rustc" "llvm" "clang" "clang-wrapper" "valgrind" "rustc" "tensorflow"
]; ];
example = [ "bash" ]; example = [ "bash" ];
description = "Blacklist specific packages from optimizations"; description = "Blacklist specific packages from optimizations";