kou commented on code in PR #38195:
URL: https://github.com/apache/arrow/pull/38195#discussion_r1356126967
##########
dev/tasks/r/github.packages.yml:
##########
@@ -375,29 +375,30 @@ jobs:
read_parquet(system.file("v0.7.1.parquet", package = "arrow"))
print(arrow_info())
- #TODO test macos source build?
- test-linux-source:
+ test-source:
needs: source
- name: Test linux source build
- runs-on: ubuntu-latest
+ name: Test {{ '${{ matrix.platform.name }}' }} source build
Review Comment:
Ah, all Apache Arrow C++ build logs are suppressed. Sorry. You're right.
Can we improve the "Install arrow from nightly repo" step name? It seems
that we don't use "nightly repo". (We use "local repo" that has a source
package created by the "Source Package" job.)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]