remove duplicated installation of bundler

`bundler 2.1.4` is default gem of ruby >= 2.7.1 and installed during ruby installation
so we don't need to install it explicitly.
This commit is contained in:
Kazunori Kimura 2021-10-10 23:51:57 +09:00
parent 173e5e25a3
commit 47d17b6ffb

View File

@ -49,8 +49,6 @@ make -j"$(nproc)"
make install
cd "$PWD_ORG" && rm -rf /tmp/ruby
gem install bundler -N -v 2.1.4
# PaX-mark ruby
# Applying the mark late here does make the build usable on PaX kernels, but
# still the build itself must be executed on a non-PaX kernel. It's done here