GH-49518: [CI] Do not override HOME to empty on build_conda.sh for minimal_build#49519
Merged
Conversation
…for minimal_build
Member
Author
|
@github-actions crossbow submit example-python-minimal-build-fedora-conda |
|
|
|
Revision: 1be871e Submitted crossbow builds: ursacomputing/crossbow @ actions-e72ce0a333
|
rok
approved these changes
Mar 16, 2026
|
After merging your PR, Conbench analyzed the 3 benchmarking runs that have been run so far on merge-commit c6c3d53. There were no benchmark performance regressions. 🎉 The full Conbench report has more details. It also includes information about 1 possible false positive for unstable benchmarks that are known to sometimes produce them. |
thisisnic
pushed a commit
to thisisnic/arrow
that referenced
this pull request
Apr 6, 2026
…for minimal_build (apache#49519) ### Rationale for this change The CI job is currently failing ### What changes are included in this PR? Do not set HOME to empty on `build_conda.sh` otherwise ccache fails creating cache folders. Just use default HOME and use WORKDIR ### Are these changes tested? Yes via the failing job on archery. ### Are there any user-facing changes? No * GitHub Issue: apache#49518 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
Mottl
pushed a commit
to Mottl/arrow
that referenced
this pull request
May 26, 2026
…for minimal_build (apache#49519) ### Rationale for this change The CI job is currently failing ### What changes are included in this PR? Do not set HOME to empty on `build_conda.sh` otherwise ccache fails creating cache folders. Just use default HOME and use WORKDIR ### Are these changes tested? Yes via the failing job on archery. ### Are there any user-facing changes? No * GitHub Issue: apache#49518 Authored-by: Raúl Cumplido <raulcumplido@gmail.com> Signed-off-by: Raúl Cumplido <raulcumplido@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
The CI job is currently failing
What changes are included in this PR?
Do not set HOME to empty on
build_conda.shotherwise ccache fails creating cache folders. Just use default HOME and use WORKDIRAre these changes tested?
Yes via the failing job on archery.
Are there any user-facing changes?
No