-
Notifications
You must be signed in to change notification settings - Fork 4k
ARROW-5963: [R] R Appveyor job does not test changes in the C++ library #4900
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Here's a passing appveyor build: https://ci.appveyor.com/project/nealrichardson/arrow/builds/26053084 |
wesm
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+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 https://github.com/apache/arrow/blob/master/ci/appveyor-build-r.sh#L42 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 <neal.p.richardson@gmail.com> 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.