From 6476c1a71aff63d58670f821e6e24193e4768807 Mon Sep 17 00:00:00 2001 From: Alex Lopez Date: Thu, 21 Dec 2023 12:02:56 +0100 Subject: [PATCH] Add back suse exception --- omnibus/config/software/datadog-agent-integrations.rb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/omnibus/config/software/datadog-agent-integrations.rb b/omnibus/config/software/datadog-agent-integrations.rb index d676d99474294b..219996ee0d8b0a 100644 --- a/omnibus/config/software/datadog-agent-integrations.rb +++ b/omnibus/config/software/datadog-agent-integrations.rb @@ -62,6 +62,12 @@ # We build these manually excluded_packages.push(/^confluent-kafka==/) +if suse_target? + # Temporarily exclude Aerospike until builder supports new dependency + excluded_packages.push(/^aerospike==/) + excluded_folders.push('aerospike') +end + if osx_target? # Temporarily exclude Aerospike until builder supports new dependency excluded_packages.push(/^aerospike==/)