-
Notifications
You must be signed in to change notification settings - Fork 81
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
Refactor Bazel configuration to reduce/eliminate platform-specific flags #2099
Labels
Comments
cgrindel
added a commit
that referenced
this issue
Jan 8, 2024
- Add `--enable_platform_specific_config` to `.bazelrc.common`. - Move MacOS- and Windows-specific environment variables to `.bazelrc.common` under their OS config names. - Update code that generates bazelrc files for integration tests to include the new entries. Related to #2099.
This was referenced Jan 8, 2024
More on how to detect if in Nix shell |
Quick update:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is your feature request related to a problem? Please describe.
This repository defines named configurations based upon platform (e.g.
linux-nixpkgs
,macos-nixpkgs
,linux-bindist
,macos-bindist
). In theory, some/all of the configuration could be migrated to platform discovery features usingtarget_compatible_with
orselect()
.Describe the solution you'd like
Review the OS-specific configuration settings and propose alternative implementations.
The text was updated successfully, but these errors were encountered: