jonkeane commented on code in PR #48574:
URL: https://github.com/apache/arrow/pull/48574#discussion_r2761395505


##########
dev/tasks/r/github.packages.yml:
##########
@@ -304,13 +313,18 @@ jobs:
           # an OS that is not in the allowlist, so we have to opt-in to use the
           # binary. Other env vars used in r_docker_configure.sh can be added
           # here and wired up in the later steps.
-          - {image: "rhub/ubuntu-clang", libarrow_binary: "TRUE"}
+          # x86_64 tests
+          - {image: "rhub/ubuntu-clang", libarrow_binary: "TRUE", runner: 
"ubuntu-latest"}
           # fedora-clang-devel cannot use binaries bc of libc++ (uncomment to 
see the error)
-          # - {image: "rhub/fedora-clang-devel", libarrow_binary: "TRUE"}
-          - {image: "rhub/ubuntu-release"} # currently ubuntu-22.04
-          - {image: "rstudio/r-base:4.1-jammy"}
-          - {image: "rstudio/r-base:4.2-jammy"}
-          - {image: "rstudio/r-base:4.3-noble"}
+          # - {image: "rhub/fedora-clang-devel", libarrow_binary: "TRUE", 
runner: "ubuntu-latest"}
+          - {image: "rhub/ubuntu-release", runner: "ubuntu-latest"} # 
currently ubuntu-24.04
+          - {image: "posit/r-base:4.3-noble", runner: "ubuntu-latest"}
+          - {image: "posit/r-base:4.4-noble", runner: "ubuntu-latest"}
+          - {image: "posit/r-base:4.5-noble", runner: "ubuntu-latest"}
+          # ARM64 tests
+          - {image: "posit/r-base:4.3-noble", runner: "ubuntu-24.04-arm"}
+          - {image: "posit/r-base:4.4-noble", runner: "ubuntu-24.04-arm"}
+          - {image: "posit/r-base:4.5-noble", runner: "ubuntu-24.04-arm"}

Review Comment:
   Thanks for this cleanup



-- 
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]

Reply via email to