-
-
Notifications
You must be signed in to change notification settings - Fork 643
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
fallback_environment
field to docker_environment
and `local_e…
…nvironment` (#16971) Follow up to #16955. It makes sense to also allow fallbacks for local environments and docker environments, because using those environments is fallible: - local environment might not match the platform - docker environment might not match the platform when using Linux because it does not use virtualization, unlike macOS, to handle a different CPU arch The user may want to do things like prefer local if on Linux, but fall back to Docker if on macOS. [ci skip-rust] [ci skip-build-wheels]
- Loading branch information
1 parent
d2bbfe6
commit 0431b94
Showing
2 changed files
with
249 additions
and
39 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
Oops, something went wrong.