diff --git a/omnibus/config/software/datadog-agent-integrations.rb b/omnibus/config/software/datadog-agent-integrations.rb index d676d99474294..219996ee0d8b0 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==/)