Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conan): Ensure that Conan is running in non-interactive mode
In some cases Conan falls back to an interactive terminal, e.g. when requiring credentials for a remote. Avoid blocking the ORT process by disabling interactive mode for the Conan CLI and fail instead [1]. [1]: https://docs.conan.io/1/reference/env_vars.html#conan-non-interactive Signed-off-by: Marcel Bochtler <[email protected]>
- Loading branch information