jonkeane commented on code in PR #48574:
URL: https://github.com/apache/arrow/pull/48574#discussion_r2761394464
##########
r/tools/test-nixlibs.R:
##########
@@ -52,8 +52,8 @@ test_that("identify_binary() based on LIBARROW_BINARY", {
test_that("select_binary() based on system", {
expect_output(
- expect_null(select_binary("linux", arch = "aarch64")), # Not built today
- "Building on linux aarch64"
+ expect_null(select_binary("freebsd", arch = "x86_64")),
+ "Building on freebsd x86_64"
Review Comment:
😈
--
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]