File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
build/patches/rake-compiler-1.2.9 Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -44,13 +44,13 @@ RUN bash -c " \
4444 "
4545
4646# Install rake-compiler and patch it to build and install static libraries for Linux rubies
47- COPY build/patches2 /home/rubyuser/patches
47+ COPY build/patches /home/rubyuser/patches
4848RUN bash -c " \
4949 for v in ${RBENV_RUBIES} ; do \
5050 rbenv shell \$v && \
51- gem install rake-compiler -v1.2.5 && \
52- cd ${RBENV_ROOT}/versions/\$v/lib/ruby/gems/*/gems/rake-compiler-1.2.5 && \
53- patch -p1 < /home/rubyuser/patches/rake-compiler-1.2.5 /*.patch ; \
51+ gem install rake-compiler -v1.2.9 && \
52+ cd ${RBENV_ROOT}/versions/\$v/lib/ruby/gems/*/gems/rake-compiler-1.2.9 && \
53+ patch -p1 < /home/rubyuser/patches/rake-compiler-1.2.9 /*.patch ; \
5454 done \
5555 "
5656
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ RUN bash -c " \
8585 "
8686
8787# Install rake-compiler and patch it to build and install static libraries for Linux rubies
88- COPY build/patches2 /home/rubyuser/patches
88+ COPY build/patches /home/rubyuser/patches
8989RUN bash -c " \
9090 for v in ${RBENV_RUBIES} ; do \
9191 rbenv shell \$v && \
92- gem install rake-compiler -v1.2.5 && \
93- cd ${RBENV_ROOT}/versions/\$v/lib/ruby/gems/*/gems/rake-compiler-1.2.5 && \
94- patch -p1 < /home/rubyuser/patches/rake-compiler-1.2.5 /*.patch ; \
92+ gem install rake-compiler -v1.2.9 && \
93+ cd ${RBENV_ROOT}/versions/\$v/lib/ruby/gems/*/gems/rake-compiler-1.2.9 && \
94+ patch -p1 < /home/rubyuser/patches/rake-compiler-1.2.9 /*.patch ; \
9595 done \
9696 "
9797
File renamed without changes.
You can’t perform that action at this time.
0 commit comments