Skip to content

Commit 2251deb

Browse files
committed
remove compiler options
1 parent cfb27c9 commit 2251deb

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

ci/github-actions/setup.sh

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)