Skip to content

Commit

Permalink
Merge pull request #1062 from chef/jsnapp/whitelist-files-for-aix
Browse files Browse the repository at this point in the history
Whitelist files for `make` on AIX
  • Loading branch information
poorndm authored Feb 15, 2022
2 parents 55e74ac + a793dc0 commit 31ea54b
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions lib/omnibus/whitelist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,18 @@
].freeze

AIX_WHITELIST_LIBS = [
/libc\.a/,
/libcfg\.a/,
/libcorcfg\.a/,
/libcrypt\.a/,
/libdl\.a/,
/liblvm\.a/,
/libodm\.a/,
/libperfstat\.a/,
/libpthread\.a/,
/libpthreads\.a/,
/libdl.a/,
/librtl\.a/,
/libc\.a/,
/libcrypt\.a/,
/libsrc\.a/,
/unix$/,
].freeze

Expand Down

0 comments on commit 31ea54b

Please sign in to comment.