> To match the `__unconstrained__` environment ...
# development
w
To match the
__unconstrained__
environment matcher, the engine would proceed in a well/user-defined order (although unfortunately TOML tables do not maintain ordering) through the defined environments, applying the matcher to each of them, while applying any other relevant constraints from each environment. For example: a
local_environment
would match its platform against the current platform, whereas
remote_environment
might simply match iff remote execution is actually enabled.