-
Notifications
You must be signed in to change notification settings - Fork 3.9k
GH-48013: [R] Support R package installation on musl (Alpine Linux) for CRAN checks #48014
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
|
|
@github-actions crossbow submit test-r-alpine-linux Testing the CI job without the nixlibs change first... |
|
Revision: ab2dbc9 Submitted crossbow builds: ursacomputing/crossbow @ actions-75a7216cba
|
ab2dbc9 to
4b110a1
Compare
|
@github-actions crossbow submit test-r-alpine-linux |
|
|
@github-actions crossbow submit test-r-alpine-linux |
|
Revision: ae89e8b Submitted crossbow builds: ursacomputing/crossbow @ actions-2bcbb2c1d0
|
|
@github-actions crossbow submit test-r-alpine-linux |
|
Revision: 97dd549 Submitted crossbow builds: ursacomputing/crossbow @ actions-5ba8e7e3d4
|
|
@github-actions crossbow submit test-r-alpine-linux |
|
Revision: f1daf26 Submitted crossbow builds: ursacomputing/crossbow @ actions-edaae374e2
|
Rationale for this change
In the R package we use bundled RE2 to build from source, but it doesn't work on Alpine Linux - we should allow system RE2 when building there.
What changes are included in this PR?
Add CI job and update nixlibs to allow building using system RE2
Are these changes tested?
They'll be tested on CI
Are there any user-facing changes?
No