Skip to content

Commit

Permalink
STAC-21039 Progress to omnibus build. [4]
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisParkin committed Apr 26, 2024
1 parent 1d81e92 commit 98d46e1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 48 deletions.
45 changes: 0 additions & 45 deletions omnibus/config/software/libtool.rb

This file was deleted.

6 changes: 3 additions & 3 deletions omnibus/config/software/stackstate-agent-integrations-py3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
dependency 'datadog-agent'
dependency 'pip3'

if arm?
if arm_target?
# psycopg2 doesn't come with pre-built wheel on the arm architecture.
# to compile from source, it requires the `pg_config` executable present on the $PATH
dependency 'postgresql'
Expand Down Expand Up @@ -83,7 +83,7 @@
blacklist_folders.push('aerospike')
end

if arm?
if arm_target?
# These two checks don't build on ARM
blacklist_folders.push('aerospike')
blacklist_folders.push('ibm_mq')
Expand All @@ -93,7 +93,7 @@
# _64_bit checks the kernel arch. On windows, the builder is 64 bit
# even when doing a 32 bit build. Do a specific check for the 32 bit
# build
if arm? || !_64_bit? || (windows? && windows_arch_i386?)
if arm_target? || !_64_bit? || (windows? && windows_arch_i386?)
blacklist_packages.push(/^orjson==/)
end

Expand Down

0 comments on commit 98d46e1

Please sign in to comment.