-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
Rework libarrow activate.sh with finer-grained checks and logging #1065
Merged
Merged
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
fee5aca
Add more checks in activate.sh
maresb 42b6815
Fix unconventional naming regarding symlink/target
maresb 71694c2
Create temporary symlink and replace existing
maresb e24eec2
Switch back to `ln -sf`
maresb 3fe7e28
Lint activate.sh
maresb ed98a2e
Add logging to libarrow activate.sh
maresb d3ba180
Make GDB_PREFIX private
maresb c366891
Make PLACEHOLDER private
maresb 365579c
Make WRAPPER_DIR private
maresb f96f083
Remove redundant comments
maresb dc8caff
Verify wrapper directory just before creating link
maresb 284d8cb
Report failed link creation as an error
maresb ae2979b
Make symlink private
maresb 6e6a86a
Make target private
maresb d8fa4f8
Replace redundant permissions check with error message
maresb 68ce9f3
Reformat logging message
maresb df04965
Add comment indicating side-effect of conditional
maresb ba87d0e
Fix logging activation variable name
maresb baaeaf0
Update recipe/activate.sh
maresb 1410c3a
Fix confusing logger message
maresb 95fcda5
Further cleanup of log message
maresb 49d0624
Alphabetically sort variables during unset
maresb 92bb926
Fix variable names
maresb e4153dd
Handle multiline inputs to logging command
maresb a63dbba
Force logging
maresb a213c9e
Clean up log formatting
maresb 9519229
Fix variable names
maresb e4d8bfc
Fix potential logging compatibility issues
maresb fa50b74
Revert "Force logging"
maresb ef99615
Correct variable name in comment
maresb 24f9013
Bump build number
maresb f1dcd33
retrigger CI
h-vetinari File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the most important part. Covers every activation after the link is created