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 " \
44
44
"
45
45
46
46
# 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
48
48
RUN bash -c " \
49
49
for v in ${RBENV_RUBIES} ; do \
50
50
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 ; \
54
54
done \
55
55
"
56
56
Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ RUN bash -c " \
85
85
"
86
86
87
87
# 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
89
89
RUN bash -c " \
90
90
for v in ${RBENV_RUBIES} ; do \
91
91
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 ; \
95
95
done \
96
96
"
97
97
File renamed without changes.
You can’t perform that action at this time.
0 commit comments