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:
Kamil Trzciński 2021-01-22 12:02:46 +01:00
parent 28db6ad94c
commit d25cb10067
4 changed files with 78 additions and 26 deletions

View file

@ -5,6 +5,7 @@ default:
before_script:
- docker login -u "gitlab-ci-token" -p "$CI_JOB_TOKEN" "$CI_REGISTRY"
- source scripts/build-helpers.sh
- apk add -U bash
tags:
- gitlab-org-docker