Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions jenkins-scripts/lib/homebrew_bottle_creation.bash
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,7 @@ rm -fr ${PKG_DIR} && mkdir -p ${PKG_DIR}
# don't use HOMEBREW_UPDATE_TO_TAG for bottle builds
unset HOMEBREW_UPDATE_TO_TAG
brew up
# manually exclude a ruby warning that jenkins thinks is from clang
# https://github.com/osrf/homebrew-simulation/issues/1343
brew install hub \
2>&1 | grep -v 'warning: conflicting chdir during another chdir block'
brew install hub
echo '# END SECTION'

# set display before building bottle
Expand Down