-
Notifications
You must be signed in to change notification settings - Fork 249
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
Increase resiliency of runnable_binary
#1134
Merged
jsharpe
merged 13 commits into
bazel-contrib:main
from
mishazharov-forked:runnable-binary-unset-vars
Feb 1, 2024
Merged
Increase resiliency of runnable_binary
#1134
jsharpe
merged 13 commits into
bazel-contrib:main
from
mishazharov-forked:runnable-binary-unset-vars
Feb 1, 2024
Commits on Feb 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6aee61 - Browse repository at this point
Copy the full SHA d6aee61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df69ca - Browse repository at this point
Copy the full SHA 7df69caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 805afd4 - Browse repository at this point
Copy the full SHA 805afd4View commit details -
Get rid of second check, fix typos in docs
The second check can never be false if the first one is true
Configuration menu - View commit details
-
Copy full SHA for 962ec61 - Browse repository at this point
Copy the full SHA 962ec61View commit details -
Mac uses a pretty old bash. So we: 1) don't use newer bash commands like -v 2) unconditionally declare all arrays 3) just check if they're empty instead
Configuration menu - View commit details
-
Copy full SHA for 0fe9520 - Browse repository at this point
Copy the full SHA 0fe9520View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6fb026 - Browse repository at this point
Copy the full SHA b6fb026View commit details -
Configuration menu - View commit details
-
Copy full SHA for a89b93c - Browse repository at this point
Copy the full SHA a89b93cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f175ac - Browse repository at this point
Copy the full SHA 0f175acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5041bb3 - Browse repository at this point
Copy the full SHA 5041bb3View commit details -
Remove special case for
--run_under
This commit removes the special case for `--run_under` which tried to find a runfile directory beside the currently executing script. This isn't needed because the runfiles bash script should set RUNFILES_DIR to the right thing anyway
Configuration menu - View commit details
-
Copy full SHA for a91d7ca - Browse repository at this point
Copy the full SHA a91d7caView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc6d1eb - Browse repository at this point
Copy the full SHA dc6d1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for a677af5 - Browse repository at this point
Copy the full SHA a677af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b22e4f - Browse repository at this point
Copy the full SHA 1b22e4fView commit details
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.