Skip to content

WIP: [R] Verify CRAN release 23.0.0.1#49166

Open
jonkeane wants to merge 18 commits intomainfrom
maint-23.0.0.1-r
Open

WIP: [R] Verify CRAN release 23.0.0.1#49166
jonkeane wants to merge 18 commits intomainfrom
maint-23.0.0.1-r

Conversation

@jonkeane
Copy link
Member

@jonkeane jonkeane commented Feb 6, 2026

Do not merge: Running R crossbow jobs against the CRAN release branch.

raulcd and others added 12 commits January 12, 2026 12:07
…rfile (#48828)

### Rationale for this change

The emscripten job has been failing on the nightlies jobs

### What changes are included in this PR?

Install dependencies slightly earlier on the Dockerfile and add xz which is required on `install_emscripten.sh` now.

### Are these changes tested?

Yes via archery.

### Are there any user-facing changes?

No

* GitHub Issue: #48827

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…-hosted runners (#48583)

### Rationale for this change

The CUDA jobs stopped working when Voltron Data infrastructure went down. We have set up with ASF Infra a [runs-on](https://runs-on.com/runners/gpu/) solution to run CUDA runners.

### What changes are included in this PR?

Add the new workflow for `cuda_extra.yml` with CI jobs that use the runs-on CUDA runners.

Due to the underlying instances having CUDA 12.9 the jobs to be run are:
- AMD64 Ubuntu 22 CUDA 11.7.1
- AMD64 Ubuntu 24 CUDA 12.9.0
- AMD64 Ubuntu 22 CUDA 11.7.1 Python
- AMD64 Ubuntu 24 CUDA 12.9.0 Python

A follow up issue has been created to add jobs for CUDA 13, see: #48783

A new label `CI: Extra: CUDA` has also been created.

### Are these changes tested?

Yes via CI

### Are there any user-facing changes?

No

* GitHub Issue: #48582

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
… and publish draft release before verification (#48839)

### Rationale for this change

With the change we did for immutable releases we required draft releases to be able to keep uploading artifacts during the release process. This means that the interim URL to download assets isn't the expected one on some of our scripts.

### What changes are included in this PR?

Update the `download_rc_archive` task so we use the GitHub cli tool instead of manually building the download URL for the source tar.gz from the release.
Update order of release scripts to publish the release before running verification tasks so the URL is the final one.

### Are these changes tested?

I have manually tested both the `gh release download` script and that the final URL will be the expected one once we move from draft to published release. I've tested creating a new release on my own fork here:
https://github.com/raulcd/arrow/releases/tag/test-release-rc2

### Are there any user-facing changes?

No

* GitHub Issue: #48838

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
… Packaging jobs (#48842)

### Rationale for this change

With:
- #48839

We use `gh release download`. This requires the GH_TOKEN available.

### What changes are included in this PR?

Add env with `GH_TOKEN`. I've validate the Rake's `sh` should inherit the environment variables that are defined on your shell.

### Are these changes tested?

No

### Are there any user-facing changes?
No

* GitHub Issue: #48841

Authored-by: Raúl Cumplido <raulcumplido@gmail.com>
Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
…#48902)

### Rationale for this change

Don't need to check for altrep as it's in R >= 4.0

### What changes are included in this PR?

Remove altrep checking

### Are these changes tested?

All good if CI passes

### Are there any user-facing changes?

Nah
* GitHub Issue: #44926

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
### Rationale for this change

New release requires NEWS.md update

### What changes are included in this PR?

Update it

### Are these changes tested?

No

### Are there any user-facing changes?

No
* GitHub Issue: #48928

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
Resolves: #48817

### Rationale for this change
Keep R build infrastructure inline with our C++ version

### What changes are included in this PR?
Mostly `s/CXX17/CXX20/g`

### Are these changes tested?
Yes, lots of CI

### Are there any user-facing changes?

**This PR includes breaking changes to public APIs.** (If there are any breaking changes to public APIs, please explain which changes are breaking. If not, you can remove this.)

**This PR contains a "Critical Fix".** (If the changes fix either (a) a security vulnerability, (b) a bug that caused incorrect or invalid data to be produced, or (c) a bug that causes a crash (even when the API contract is upheld), please provide explanation. If not, you can remove this.)

* GitHub Issue: #48817

Authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Thanks for opening a pull request!

If this is not a minor PR. Could you open an issue for this pull request on GitHub? https://github.com/apache/arrow/issues/new/choose

Opening GitHub issues ahead of time contributes to the Openness of the Apache Arrow project.

Then could you also rename the pull request title in the following format?

GH-${GITHUB_ISSUE_ID}: [${COMPONENT}] ${SUMMARY}

or

MINOR: [${COMPONENT}] ${SUMMARY}

See also:

@github-actions github-actions bot added the awaiting committer review Awaiting committer review label Feb 6, 2026
jonkeane and others added 6 commits February 6, 2026 10:26
### Rationale for this change
Fix a building RE2 with C++20

### What changes are included in this PR?
The fix, a test

### Are these changes tested?
Yes

### Are there any user-facing changes?
No

* GitHub Issue: #48973

Authored-by: Jonathan Keane <jkeane@gmail.com>
Signed-off-by: Jonathan Keane <jkeane@gmail.com>
### Rationale for this change

Turning off GCS on CRAN to prevent excessive build times, need to tell people who wanna work with GCS how to do that.

### What changes are included in this PR?

Update docs.

### Are these changes tested?

Will preview docs build.

### Are there any user-facing changes?

Just docs.
* GitHub Issue: #48397

Authored-by: Nic Crane <thisisnic@gmail.com>
Signed-off-by: Nic Crane <thisisnic@gmail.com>
### Rationale for this change
Builds that complete on CRAN

### What changes are included in this PR?
Disable GCS by default

### Are these changes tested?

### Are there any user-facing changes?
Hopefully not 

**This PR includes breaking changes to public APIs.** (If there are any
breaking changes to public APIs, please explain which changes are
breaking. If not, you can remove this.)

**This PR contains a "Critical Fix".** (If the changes fix either (a) a
security vulnerability, (b) a bug that caused incorrect or invalid data
to be produced, or (c) a bug that causes a crash (even when the API
contract is upheld), please provide explanation. If not, you can remove
this.)

* GitHub Issue: #49067

---------

Co-authored-by: Nic Crane <thisisnic@gmail.com>
@jonkeane
Copy link
Member Author

jonkeane commented Feb 6, 2026

@github-actions crossbow submit --group r

@github-actions
Copy link

github-actions bot commented Feb 6, 2026

Revision: 30a8825

Submitted crossbow builds: ursacomputing/crossbow @ actions-0764b07d39

Task Status
r-binary-packages GitHub Actions
r-recheck-most GitHub Actions
test-r-alpine-linux-cran GitHub Actions
test-r-arrow-backwards-compatibility GitHub Actions
test-r-depsource-system GitHub Actions
test-r-dev-duckdb GitHub Actions
test-r-devdocs GitHub Actions
test-r-extra-packages GitHub Actions
test-r-fedora-clang GitHub Actions
test-r-gcc-11 GitHub Actions
test-r-gcc-12 GitHub Actions
test-r-install-local GitHub Actions
test-r-install-local-minsizerel GitHub Actions
test-r-linux-as-cran GitHub Actions
test-r-linux-rchk GitHub Actions
test-r-linux-sanitizers GitHub Actions
test-r-linux-valgrind GitHub Actions
test-r-m1-san GitHub Actions
test-r-macos-as-cran GitHub Actions
test-r-offline-maximal GitHub Actions
test-r-ubuntu-22.04 GitHub Actions
test-r-versions GitHub Actions

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants