mirror of
https://github.com/ivabus/pantry
synced 2024-11-26 18:25:08 +03:00
fix(ruby/rubygems) (#319)
* fix(ruby/rubygems) Ruby is pulling in system gmp * missed this in all the updates
This commit is contained in:
parent
d70837f2c8
commit
b8bfccf7c0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -58,7 +58,7 @@ jobs:
|
|||
prefix: /opt
|
||||
|
||||
- name: sanitize macOS runners
|
||||
if: matrix.platform.os == 'macos-11'
|
||||
if: fromJson(needs.get-platform.outputs.build-os) == 'macos-11'
|
||||
run: sudo mv /usr/local/bin/* /tmp/
|
||||
|
||||
- name: configure tea env
|
||||
|
|
|
@ -20,7 +20,7 @@ build:
|
|||
script: |
|
||||
patch -p1 < props/mkconfig.rb.diff
|
||||
|
||||
./configure --prefix="{{prefix}}" --enable-load-relative --disable-rubygems
|
||||
./configure --prefix="{{prefix}}" --enable-load-relative --disable-rubygems --without-gmp
|
||||
make --jobs {{hw.concurrency}} install
|
||||
|
||||
cd "{{prefix}}/bin"
|
||||
|
|
Loading…
Reference in a new issue