File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -189,19 +189,6 @@ else
189189 # test openssl
190190 ruby ${GITHUB_WORKSPACE} /ci/github-actions/verify_openstudio.rb
191191
192- if [[ " ${ImageOS} " == " macos15" && " ${INTEL} " == " false" ]]; then
193- brew list gmp > /dev/null 2>&1 || brew install gmp
194- BREW_PREFIX=" $( brew --prefix) "
195- GMP_PREFIX=" $( brew --prefix gmp 2> /dev/null || echo " ${BREW_PREFIX} " ) "
196-
197- export CPPFLAGS=" -I${BREW_PREFIX} /include ${CPPFLAGS:- } "
198- export LDFLAGS=" -L${BREW_PREFIX} /lib ${LDFLAGS:- } "
199- export PKG_CONFIG_PATH=" ${BREW_PREFIX} /lib/pkgconfig:${PKG_CONFIG_PATH:- } "
200-
201- # (optional but helpful) force this one gem’s build to use gmp prefix
202- export BUNDLE_BUILD__BIGDECIMAL=" --with-opt-dir=${GMP_PREFIX} "
203- fi
204-
205192 ruby " ${GITHUB_WORKSPACE} /bin/openstudio_meta" install_gems --with_test_develop --debug --verbose --use_cached_gems
206193 bundle -v
207194 # create dir for output files which will be generated in case of failure
You can’t perform that action at this time.
0 commit comments