Skip to content

Commit

Permalink
ARROW-7817: [CI] macOS R autobrew nightly failed on installing depend…
Browse files Browse the repository at this point in the history
…ency from source

Closes #6398 from nealrichardson/autobrew-ci-robustness and squashes the following commits:

56cb572 <Neal Richardson> Two fixes for package dependency installation failure

Authored-by: Neal Richardson <neal.p.richardson@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>
  • Loading branch information
nealrichardson authored and kou committed Feb 10, 2020
1 parent 4ef8436 commit 455ebc4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dev/tasks/homebrew-formulae/travis.osx.r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ before_install:
- cd arrow/r
# Put the formula inside r/ so that it's included in the package build
- cp ../dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb tools/apache-arrow.rb
before_script:
# Always use binary packages
- echo 'options(install.packages.check.source = "no")' >> $R_PROFILE
# Hack for old macOS (10.11)
# See https://travis-ci.community/t/library-developer-commandlinetools-sdks-macosx-sdk-missing-on-el-capitain/3213/3
- sed -i.bak 's/-isysroot /-I/g' $(R RHOME)/etc/Makeconf
Expand Down

0 comments on commit 455ebc4

Please sign in to comment.