зеркало из https://github.com/github/ruby.git
macos: try --enable-shared
This commit is contained in:
Родитель
46fe9ba0f5
Коммит
f052aa11f2
|
@ -37,6 +37,9 @@ jobs:
|
|||
os:
|
||||
- macos-11
|
||||
- macos-12
|
||||
configure:
|
||||
- ''
|
||||
- '--enable-shared'
|
||||
fail-fast: false
|
||||
|
||||
env:
|
||||
|
@ -62,7 +65,7 @@ jobs:
|
|||
makeup: true
|
||||
|
||||
- name: Run configure
|
||||
run: ../src/configure -C --disable-install-doc
|
||||
run: ../src/configure -C --disable-install-doc ${{ matrix.configure }}
|
||||
|
||||
- run: make prepare-gems
|
||||
if: ${{ matrix.test_task == 'test-bundled-gems' }}
|
||||
|
|
Загрузка…
Ссылка в новой задаче