-
-
Notifications
You must be signed in to change notification settings - Fork 636
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Don't require a
local_environment
target for each platform (#16983)
We now are using subsystems as the default value of env vars & executable search paths. That is, `local_environment` targets are solely needed if you want to _override_ those option values. We want it to be ergonomic to add a `local_environment` target to handle one specific platform, e.g. macOS ARM often being problematic, without you needing to also add boilerplate for the other platforms. There was no good reason we were erroring for other platforms, given the new subsystem approach. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
6eccce4
commit 9a6dc00
Showing
2 changed files
with
29 additions
and
47 deletions.
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
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