Skip to content

Commit 1bc1c54

Browse files
authored
Merge pull request #196 from casperisfine/drop-32bit-targets
Fix rake gem:native task
2 parents 0cb5c9e + ee8154d commit 1bc1c54

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Rakefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ task 'gem:native' do
3636

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

0 commit comments

Comments
 (0)