mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-11 23:16:58 +02:00
overlay profiles: Mask llvm USE flags generated by llvm-r1 eclass
This commit is contained in:
parent
7a55b2b3f2
commit
c08b8d9873
@ -21,3 +21,14 @@ python_single_target_python3_13
|
||||
# We don't care about i10n, takes too much space, pulls in too many
|
||||
# extra dependencies.
|
||||
nls
|
||||
|
||||
# Mask llvm slot USE flags generated by llvm-r1 eclass. Recently
|
||||
# dev-util/bpftool started pulling in clang unconditionally (with
|
||||
# llvm_gen_dep) as a build dependency. Masking the USE flags may help
|
||||
# us avoid having the dependency until we decide to get llvm/clang
|
||||
# into SDK.
|
||||
llvm_slot_15
|
||||
llvm_slot_16
|
||||
llvm_slot_17
|
||||
llvm_slot_18
|
||||
llvm_slot_19
|
||||
|
Loading…
Reference in New Issue
Block a user