fix(ruby/rubygems) (#319)

* fix(ruby/rubygems)

Ruby is pulling in system gmp

* missed this in all the updates
This commit is contained in:
Jacob Heider 2023-02-17 21:07:30 -05:00 committed by GitHub
parent d70837f2c8
commit b8bfccf7c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"