mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Apply thread allocations patch to Ruby 2.7
This makes us to compile Ruby 2.7 manually and apply relevant patch.
This commit is contained in:
parent
28db6ad94c
commit
d25cb10067
4 changed files with 78 additions and 26 deletions
|
|
@ -13,6 +13,12 @@ RUN /scripts/install-essentials
|
|||
|
||||
ENV PATH $PATH:/usr/local/go/bin
|
||||
|
||||
# Ruby
|
||||
ARG RUBY_VERSION
|
||||
ARG RUBY_DOWNLOAD_SHA256
|
||||
|
||||
RUN if [ -n "$RUBY_VERSION" ]; then /scripts/install-ruby $RUBY_VERSION $RUBY_DOWNLOAD_SHA256 && ruby --version; fi
|
||||
|
||||
# Git
|
||||
ARG GIT_VERSION
|
||||
ARG GIT_DOWNLOAD_URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue