Skip to content

Commit 9e0a6ee

Browse files
authored
Merge pull request #139 from rake-compiler/flavorjones-dep-rake-compiler-1.2.9
dep: update images to rake-compiler-dock v1.2.9
2 parents 3811c31 + 3b651a6 commit 9e0a6ee

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

Dockerfile.jruby

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
4848
RUN 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

Dockerfile.mri.erb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
8989
RUN 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.

0 commit comments

Comments
 (0)