ARROW-5963: [R] R Appveyor job does not test changes in the C++ library#4900
ARROW-5963: [R] R Appveyor job does not test changes in the C++ library#4900nealrichardson wants to merge 8 commits intoapache:masterfrom
Conversation
wesm
left a comment
There was a problem hiding this comment.
+1. Probably want to rename this PKGBUILD file to something more descriptive, but can do that another time
|
It's not a name of my choosing, it's what they're called everywhere: https://wiki.archlinux.org/index.php/PKGBUILD |
|
Right, but you copy it here so you could call it |
Codecov Report
@@ Coverage Diff @@
## master #4900 +/- ##
==========================================
- Coverage 87.44% 87.43% -0.01%
==========================================
Files 995 995
Lines 140465 140465
Branches 1418 1418
==========================================
- Hits 122824 122817 -7
- Misses 17279 17286 +7
Partials 362 362
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## master #4900 +/- ##
==========================================
- Coverage 87.44% 87.43% -0.01%
==========================================
Files 995 995
Lines 140465 140465
Branches 1418 1418
==========================================
- Hits 122824 122817 -7
- Misses 17279 17286 +7
Partials 362 362
Continue to review full report at Codecov.
|
This changes the PKGBUILD script to use the local checkout to build the C++ library. Author: Neal Richardson <[email protected]> Closes #4900 from nealrichardson/r-appveyor-local and squashes the following commits: a87a8cf <Neal Richardson> Revert "Test only mine" 16b7e56 <Neal Richardson> More playing with working directory ed14a37 <Neal Richardson> Expand path f0bf364 <Neal Richardson> Try this eef10c6 <Neal Richardson> Oops ec8aebf <Neal Richardson> Try without checksum 4fa5f70 <Neal Richardson> Test only mine 214a4fe <Neal Richardson> Try building C++ lib from local git checkout
This changes the PKGBUILD script to use the local checkout to build the C++ library.