We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm referring to:
#!/bin/bash
#!/usr/bin/env bash
Will be useful for dependents:
The text was updated successfully, but these errors were encountered:
@tetromino could this be done please so that I can take a first shot at implementing bzlmod for rules_foreign_cc?
Sorry, something went wrong.
@tetromino friendly ping 😅
Sorry for the delay! Will be fixed by #350
Released https://github.com/bazelbuild/bazel-skylib/releases/tag/1.2.0
tetromino
No branches or pull requests
I'm referring to:
#!/bin/bash
shebang line breaks builds on FreeBSD/OpenBSD. #328#!/usr/bin/env bash
shebang instead of hardcoded /bin/bash. #329Will be useful for dependents:
The text was updated successfully, but these errors were encountered: