Fix omnibus build failure happening due to x64-unknown platform (#6646)

Signed-off-by: Vasu1105 <vasundhara.jagdale@progress.com>
This commit is contained in:
Vasundhara Jagdale 2023-09-05 14:22:16 +00:00 committed by GitHub
parent 5913edbee9
commit b730271f81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
GIT GIT
remote: https://github.com/chef/omnibus-software.git remote: https://github.com/chef/omnibus-software.git
revision: c208191c33547815d51a037d7072f0dbf25ef34e revision: a7904a1cae71ad42d0a705ceaa82dcc7ce377dfe
branch: main branch: main
specs: specs:
omnibus-software (23.7.295) omnibus-software (23.7.295)
@ -34,8 +34,8 @@ GEM
artifactory (3.0.15) artifactory (3.0.15)
awesome_print (1.9.2) awesome_print (1.9.2)
aws-eventstream (1.2.0) aws-eventstream (1.2.0)
aws-partitions (1.807.0) aws-partitions (1.816.0)
aws-sdk-core (3.180.3) aws-sdk-core (3.181.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
aws-partitions (~> 1, >= 1.651.0) aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.5) aws-sigv4 (~> 1.5)
@ -47,8 +47,8 @@ GEM
aws-sdk-core (~> 3, >= 3.127.0) aws-sdk-core (~> 3, >= 3.127.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.4) aws-sigv4 (~> 1.4)
aws-sdk-secretsmanager (1.76.0) aws-sdk-secretsmanager (1.82.0)
aws-sdk-core (~> 3, >= 3.174.0) aws-sdk-core (~> 3, >= 3.177.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sigv4 (1.6.0) aws-sigv4 (1.6.0)
aws-eventstream (~> 1, >= 1.0.2) aws-eventstream (~> 1, >= 1.0.2)
@ -69,13 +69,12 @@ GEM
solve (~> 4.0) solve (~> 4.0)
thor (>= 0.20) thor (>= 0.20)
builder (3.2.4) builder (3.2.4)
chef (17.10.68-universal-mingw32) chef (17.10.0)
addressable addressable
aws-sdk-s3 (~> 1.91) aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46) aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.10.68) chef-config (= 17.10.0)
chef-powershell (~> 1.0.12) chef-utils (= 17.10.0)
chef-utils (= 17.10.68)
chef-vault chef-vault
chef-zero (>= 14.0.11) chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4) corefoundation (~> 0.3.4)
@ -85,7 +84,39 @@ GEM
ffi-libarchive (~> 1.0, >= 1.0.3) ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2) ffi-yajl (~> 2.2)
iniparse (~> 1.4) iniparse (~> 1.4)
inspec-core (>= 4.23) inspec-core (~> 4.23)
license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0)
mixlib-authentication (>= 2.1, < 4)
mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (>= 2.0.3, < 4.0)
mixlib-shellout (>= 3.1.1, < 4.0)
net-sftp (>= 2.1.2, < 4.0)
ohai (~> 17.0)
plist (~> 3.2)
proxifier (~> 1.0)
syslog-logger (~> 1.6)
train-core (~> 3.2, >= 3.2.28)
train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16)
chef (17.10.0-universal-mingw32)
addressable
aws-sdk-s3 (~> 1.91)
aws-sdk-secretsmanager (~> 1.46)
chef-config (= 17.10.0)
chef-powershell (~> 1.0.12)
chef-utils (= 17.10.0)
chef-vault
chef-zero (>= 14.0.11)
corefoundation (~> 0.3.4)
diff-lcs (>= 1.2.4, < 1.6.0, != 1.4.0)
erubis (~> 2.7)
ffi (>= 1.5.0)
ffi-libarchive (~> 1.0, >= 1.0.3)
ffi-yajl (~> 2.2)
iniparse (~> 1.4)
inspec-core (~> 4.23)
iso8601 (>= 0.12.1, < 0.14) iso8601 (>= 0.12.1, < 0.14)
license-acceptance (>= 1.0.5, < 3) license-acceptance (>= 1.0.5, < 3)
mixlib-archive (>= 0.4, < 2.0) mixlib-archive (>= 0.4, < 2.0)
@ -93,17 +124,17 @@ GEM
mixlib-cli (>= 2.1.1, < 3.0) mixlib-cli (>= 2.1.1, < 3.0)
mixlib-log (>= 2.0.3, < 4.0) mixlib-log (>= 2.0.3, < 4.0)
mixlib-shellout (>= 3.1.1, < 4.0) mixlib-shellout (>= 3.1.1, < 4.0)
net-sftp (>= 2.1.2, < 5.0) net-sftp (>= 2.1.2, < 4.0)
ohai (~> 17.0) ohai (~> 17.0)
plist (~> 3.2) plist (~> 3.2)
proxifier (~> 1.0) proxifier (~> 1.0)
syslog-logger (~> 1.6) syslog-logger (~> 1.6)
train-core (~> 3.10) train-core (~> 3.2, >= 3.2.28)
train-winrm (>= 0.2.5) train-winrm (>= 0.2.5)
uuidtools (>= 2.1.5, < 3.0) uuidtools (>= 2.1.5, < 3.0)
vault (~> 0.16) vault (~> 0.16)
win32-api (~> 1.5.3) win32-api (~> 1.5.3)
win32-certstore (~> 0.6.14) win32-certstore (~> 0.6.2)
win32-event (~> 0.6.1) win32-event (~> 0.6.1)
win32-eventlog (= 0.6.3) win32-eventlog (= 0.6.3)
win32-mmap (~> 0.4.1) win32-mmap (~> 0.4.1)
@ -113,9 +144,9 @@ GEM
win32-taskscheduler (~> 2.0) win32-taskscheduler (~> 2.0)
wmi-lite (~> 1.0) wmi-lite (~> 1.0)
chef-cleanroom (1.0.5) chef-cleanroom (1.0.5)
chef-config (17.10.68) chef-config (17.10.0)
addressable addressable
chef-utils (= 17.10.68) chef-utils (= 17.10.0)
fuzzyurl fuzzyurl
mixlib-config (>= 2.2.12, < 4.0) mixlib-config (>= 2.2.12, < 4.0)
mixlib-shellout (>= 2.0, < 4.0) mixlib-shellout (>= 2.0, < 4.0)
@ -126,7 +157,7 @@ GEM
chef-telemetry (1.1.1) chef-telemetry (1.1.1)
chef-config chef-config
concurrent-ruby (~> 1.0) concurrent-ruby (~> 1.0)
chef-utils (17.10.68) chef-utils (17.10.0)
concurrent-ruby concurrent-ruby
chef-vault (4.1.11) chef-vault (4.1.11)
chef-zero (15.0.11) chef-zero (15.0.11)
@ -147,15 +178,23 @@ GEM
ed25519 (1.3.0) ed25519 (1.3.0)
erubi (1.12.0) erubi (1.12.0)
erubis (2.7.0) erubis (2.7.0)
faraday (2.7.6) faraday (1.4.3)
faraday-net_http (>= 2.0, < 3.1) faraday-em_http (~> 1.0)
faraday-em_synchrony (~> 1.0)
faraday-excon (~> 1.1)
faraday-net_http (~> 1.0)
faraday-net_http_persistent (~> 1.1)
multipart-post (>= 1.2, < 3)
ruby2_keywords (>= 0.0.4) ruby2_keywords (>= 0.0.4)
faraday-follow_redirects (0.3.0) faraday-em_http (1.0.0)
faraday (>= 1, < 3) faraday-em_synchrony (1.0.0)
faraday-net_http (3.0.2) faraday-excon (1.1.0)
faraday-net_http (1.0.1)
faraday-net_http_persistent (1.2.0)
faraday_middleware (1.2.0)
faraday (~> 1.0)
ffi (1.15.5) ffi (1.15.5)
ffi (1.15.5-x64-mingw32) ffi (1.15.5-x64-mingw32)
ffi (1.15.5-x64-unknown)
ffi (1.15.5-x86-mingw32) ffi (1.15.5-x86-mingw32)
ffi-libarchive (1.1.3) ffi-libarchive (1.1.3)
ffi (~> 1.0) ffi (~> 1.0)
@ -172,11 +211,11 @@ GEM
hashie (4.1.0) hashie (4.1.0)
httpclient (2.8.3) httpclient (2.8.3)
iniparse (1.5.0) iniparse (1.5.0)
inspec-core (5.22.3) inspec-core (4.56.20)
addressable (~> 2.4) addressable (~> 2.4)
chef-telemetry (~> 1.0, >= 1.0.8) chef-telemetry (~> 1.0, >= 1.0.8)
faraday (>= 1, < 3) faraday (>= 0.9.0, < 1.5)
faraday-follow_redirects (~> 0.3) faraday_middleware (~> 1.0)
hashie (>= 3.4, < 5.0) hashie (>= 3.4, < 5.0)
license-acceptance (>= 0.2.13, < 3.0) license-acceptance (>= 0.2.13, < 3.0)
method_source (>= 0.8, < 2.0) method_source (>= 0.8, < 2.0)
@ -192,7 +231,7 @@ GEM
sslshake (~> 1.2) sslshake (~> 1.2)
thor (>= 0.20, < 2.0) thor (>= 0.20, < 2.0)
tomlrb (>= 1.2, < 2.1) tomlrb (>= 1.2, < 2.1)
train-core (~> 3.10) train-core (~> 3.0)
tty-prompt (~> 0.17) tty-prompt (~> 0.17)
tty-table (~> 0.10) tty-table (~> 0.10)
iostruct (0.0.5) iostruct (0.0.5)
@ -200,7 +239,7 @@ GEM
iso8601 (0.13.0) iso8601 (0.13.0)
jmespath (1.6.2) jmespath (1.6.2)
json (2.6.3) json (2.6.3)
kitchen-vagrant (1.12.1) kitchen-vagrant (1.14.1)
test-kitchen (>= 1.4, < 4) test-kitchen (>= 1.4, < 4)
libyajl2 (2.1.0) libyajl2 (2.1.0)
license-acceptance (2.1.13) license-acceptance (2.1.13)
@ -226,7 +265,7 @@ GEM
mixlib-cli (2.1.8) mixlib-cli (2.1.8)
mixlib-config (3.0.27) mixlib-config (3.0.27)
tomlrb tomlrb
mixlib-install (3.12.19) mixlib-install (3.12.27)
mixlib-shellout mixlib-shellout
mixlib-versioning mixlib-versioning
thor thor
@ -242,11 +281,11 @@ GEM
molinillo (0.8.0) molinillo (0.8.0)
multi_json (1.15.0) multi_json (1.15.0)
multipart-post (2.3.0) multipart-post (2.3.0)
net-scp (3.0.0) net-scp (4.0.0)
net-ssh (>= 2.6.5, < 7.0.0) net-ssh (>= 2.6.5, < 8.0.0)
net-sftp (4.0.0) net-sftp (2.1.2)
net-ssh (>= 5.0.0, < 8.0.0) net-ssh (>= 2.6.5)
net-ssh (6.1.0) net-ssh (7.2.0)
net-ssh-gateway (2.0.0) net-ssh-gateway (2.0.0)
net-ssh (>= 4.0.0) net-ssh (>= 4.0.0)
nori (2.6.0) nori (2.6.0)
@ -282,7 +321,7 @@ GEM
coderay (~> 1.1) coderay (~> 1.1)
method_source (~> 1.0) method_source (~> 1.0)
public_suffix (5.0.3) public_suffix (5.0.3)
rack (2.2.7) rack (2.2.8)
rainbow (3.1.1) rainbow (3.1.1)
retryable (3.0.5) retryable (3.0.5)
rexml (3.2.6) rexml (3.2.6)
@ -321,15 +360,15 @@ GEM
strings-ansi (0.2.0) strings-ansi (0.2.0)
structured_warnings (0.4.0) structured_warnings (0.4.0)
syslog-logger (1.6.8) syslog-logger (1.6.8)
test-kitchen (3.2.2) test-kitchen (3.5.0)
bcrypt_pbkdf (~> 1.0) bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35) chef-utils (>= 16.4.35)
ed25519 (~> 1.2) ed25519 (~> 1.2)
license-acceptance (>= 1.0.11, < 3.0) license-acceptance (>= 1.0.11, < 3.0)
mixlib-install (~> 3.6) mixlib-install (~> 3.6)
mixlib-shellout (>= 1.2, < 4.0) mixlib-shellout (>= 1.2, < 4.0)
net-scp (>= 1.1, < 4.0) net-scp (>= 1.1, < 5.0)
net-ssh (>= 2.9, < 7.0) net-ssh (>= 2.9, < 8.0)
net-ssh-gateway (>= 1.2, < 3.0) net-ssh-gateway (>= 1.2, < 3.0)
thor (>= 0.19, < 2.0) thor (>= 0.19, < 2.0)
winrm (~> 2.0) winrm (~> 2.0)
@ -419,8 +458,8 @@ GEM
zhexdump (0.0.2) zhexdump (0.0.2)
PLATFORMS PLATFORMS
ruby
x64-mingw32 x64-mingw32
x64-unknown
x86-mingw32 x86-mingw32
x86_64-linux x86_64-linux