Skip to content

Commit

Permalink
Merge pull request #196 from casperisfine/drop-32bit-targets
Browse files Browse the repository at this point in the history
Fix rake gem:native task
  • Loading branch information
bolandrm committed Apr 17, 2020
2 parents 0cb5c9e + ee8154d commit 1bc1c54
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -36,9 +36,7 @@ task 'gem:native' do

# The RUBY_CC_VERSION here doesn't matter for the final package.
# Only one version should be specified, as the shared library is Ruby-agnostic.
#
# g++-multilib is installed for 64->32-bit cross-compilation.
RakeCompilerDock.sh "sudo apt-get install -y g++-multilib && gem i rake bundler --no-document && bundle && "\
RakeCompilerDock.sh "gem i rake bundler --no-document && bundle && "\
"rake clean && rake cross native gem MAKE='nice make -j`nproc`' "\
"RUBY_CC_VERSION=2.6.0 CLEAN=1"
end
Expand Down

0 comments on commit 1bc1c54

Please sign in to comment.