mirror of
https://github.com/inspec/inspec
synced 2024-11-25 22:20:27 +00:00
Remove def for probably_x86
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
a292d27557
commit
47020370b8
1 changed files with 0 additions and 8 deletions
8
Gemfile
8
Gemfile
|
@ -20,14 +20,6 @@ end
|
||||||
# but our runtime dep is still 3.9+
|
# but our runtime dep is still 3.9+
|
||||||
gem "rspec", ">= 3.10"
|
gem "rspec", ">= 3.10"
|
||||||
|
|
||||||
def probably_x86?
|
|
||||||
# We don't currently build on ARM windows, so assume x86 there
|
|
||||||
return true if RUBY_PLATFORM =~ /windows|mswin|msys|mingw|cygwin/
|
|
||||||
|
|
||||||
# Otherwise rely on uname -m
|
|
||||||
`uname -m`.match?(/^(x86_64|i\d86)/)
|
|
||||||
end
|
|
||||||
|
|
||||||
group :omnibus do
|
group :omnibus do
|
||||||
gem "rb-readline"
|
gem "rb-readline"
|
||||||
gem "appbundler"
|
gem "appbundler"
|
||||||
|
|
Loading…
Reference in a new issue