sync from upstream

This commit is contained in:
Louis Abel 2024-05-09 12:10:36 -07:00
parent 0f38f4662a
commit 2c03f8d893
Signed by: label
GPG Key ID: 2A6975660E424560

View File

@ -389,6 +389,9 @@ additional_packages = [
"xxhash", #ENGCMP-2455 "xxhash", #ENGCMP-2455
"xxhash-libs", #ENGCMP-2455 "xxhash-libs", #ENGCMP-2455
"yara", #ENGCMP-2372 "yara", #ENGCMP-2372
"yggdrasil", #ENGCMP-3928
"pgvector", #ENGCMP-3980
"egl-wayland-devel", #ENGCMP-3866
] ]
}), }),
("^AppStream$", { ("^AppStream$", {
@ -462,12 +465,16 @@ additional_packages = [
("^SAP$", { ("^SAP$", {
"*": [ "*": [
"compat-sap-c++-12", # ENGCMP-2843 "compat-sap-c++-12", # ENGCMP-2843
"compat-sap-c++-13", #ENGCMP-3991
"compat-sap-c++-14", #ENGCMP-3954
] ]
}), }),
("^SAPHANA$", { ("^SAPHANA$", {
"*": [ "*": [
"compat-sap-c++-12", # ENGCMP-2843 "compat-sap-c++-12", # ENGCMP-2843
"compat-sap-c++-13", #ENGCMP-3953
"compat-sap-c++-14", #ENGCMP-3954
] ]
}), }),