Skip to content

Commit

Permalink
Add back suse exception
Browse files Browse the repository at this point in the history
  • Loading branch information
alopezz committed Dec 21, 2023
1 parent 15844c5 commit 6476c1a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions omnibus/config/software/datadog-agent-integrations.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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==/)
Expand Down

0 comments on commit 6476c1a

Please sign in to comment.