GH-47211: [CI][R] Disable non-system memory allocators when on linux-devel#47212
Merged
jonkeane merged 3 commits intoapache:mainfrom Jul 28, 2025
Merged
Conversation
Member
Author
|
@github-actions crossbow submit test-r-linux-sanitizers |
|
Revision: 3b9ed4c Submitted crossbow builds: ursacomputing/crossbow @ actions-c435dea0e6
|
Member
Author
|
@github-actions crossbow submit test-r-linux-sanitizers |
|
Revision: a988fe7 Submitted crossbow builds: ursacomputing/crossbow @ actions-e7bb96bae6
|
Member
Author
|
@github-actions crossbow submit test-r-linux-sanitizers |
|
Revision: e38b4f1 Submitted crossbow builds: ursacomputing/crossbow @ actions-1e35478af9
|
35 tasks
|
After merging your PR, Conbench analyzed the 4 benchmarking runs that have been run so far on merge-commit c3be5fc. There weren't enough matching historic benchmark results to make a call on whether there were regressions. The full Conbench report has more details. |
thisisnic
pushed a commit
that referenced
this pull request
Aug 13, 2025
…devel (#47212) ### Rationale for this change We need to disable these at buildtime, so that they are *also* disabled on CRAN. Resolves #47211 ### What changes are included in this PR? Remove the env var set in CI, set the flag when building ### Are these changes tested? They are tests ### Are there any user-facing changes? Hopefully no! * GitHub Issue: #47211 Authored-by: Jonathan Keane <jkeane@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
We need to disable these at buildtime, so that they are also disabled on CRAN.
Resolves #47211
What changes are included in this PR?
Remove the env var set in CI, set the flag when building
Are these changes tested?
They are tests
Are there any user-facing changes?
Hopefully no!