-
Notifications
You must be signed in to change notification settings - Fork 80
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
Add minimal examples of toolchains in WORKSPACEs #170
Merged
Commits on Dec 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50746eb - Browse repository at this point
Copy the full SHA 50746ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for be40e54 - Browse repository at this point
Copy the full SHA be40e54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0cad291 - Browse repository at this point
Copy the full SHA 0cad291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 602d621 - Browse repository at this point
Copy the full SHA 602d621View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7cf471 - Browse repository at this point
Copy the full SHA e7cf471View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ef86f2 - Browse repository at this point
Copy the full SHA 5ef86f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ff4995 - Browse repository at this point
Copy the full SHA 5ff4995View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dc1e76 - Browse repository at this point
Copy the full SHA 9dc1e76View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9b3da9 - Browse repository at this point
Copy the full SHA d9b3da9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b58d0c - Browse repository at this point
Copy the full SHA 5b58d0cView commit details
Commits on Dec 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8a01b02 - Browse repository at this point
Copy the full SHA 8a01b02View commit details -
Configuration menu - View commit details
-
Copy full SHA for be28bad - Browse repository at this point
Copy the full SHA be28badView commit details
Commits on Jan 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5bd0b5d - Browse repository at this point
Copy the full SHA 5bd0b5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 930bd61 - Browse repository at this point
Copy the full SHA 930bd61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba43f3 - Browse repository at this point
Copy the full SHA 9ba43f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for c813fa2 - Browse repository at this point
Copy the full SHA c813fa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aba483 - Browse repository at this point
Copy the full SHA 7aba483View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0057471 - Browse repository at this point
Copy the full SHA 0057471View commit details -
Add stub_shebang to python toolchain py_runtime
For py_binary rules, bazel creates a stub python script that launches in the system python by default, the stub_shebang allows changing which python is executed. This should create a more hermetic environment for running python binaries, and fixes bazel version 5 on systems without python3 installed. https://docs.bazel.build/versions/main/be/python.html#py_runtime_args bazelbuild/bazel#14159
Configuration menu - View commit details
-
Copy full SHA for 1b55ed1 - Browse repository at this point
Copy the full SHA 1b55ed1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20576aa - Browse repository at this point
Copy the full SHA 20576aaView 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.