This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 9a7e801f4f GH-50171: [CI][R] Build libarrow is failing for Linux arm64
(#50179)
9a7e801f4f is described below
commit 9a7e801f4f25933d71fbd33a79f48f53ae352637
Author: Nic Crane <[email protected]>
AuthorDate: Tue Jun 16 01:05:21 2026 +0100
GH-50171: [CI][R] Build libarrow is failing for Linux arm64 (#50179)
### Rationale for this change
arm64 builds for libarrow failing after #50125 due to mismatched strings
### What changes are included in this PR?
Update CI job to new config
### Are these changes tested?
Will run archery
### Are there any user-facing changes?
No
* GitHub Issue: #50171
Authored-by: Nic Crane <[email protected]>
Signed-off-by: Sutou Kouhei <[email protected]>
---
dev/tasks/r/github.packages.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/r/github.packages.yml b/dev/tasks/r/github.packages.yml
index 35be2acbd9..c640629a8d 100644
--- a/dev/tasks/r/github.packages.yml
+++ b/dev/tasks/r/github.packages.yml
@@ -133,7 +133,7 @@ jobs:
- name: Build libarrow
shell: bash
env:
- ARCH: {{ "${{ matrix.arch == 'x86_64' && 'amd64' || 'arm64v8' }}" }}
+ ARCH: {{ "${{ matrix.arch == 'x86_64' && 'amd64' || 'arm64/v8' }}" }}
UBUNTU: {{ '${{ matrix.ubuntu }}' }}
{{ macros.github_set_sccache_envvars()|indent(8) }}
run: |