-
Notifications
You must be signed in to change notification settings - Fork 994
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
[feature] conan config reset #5935
Comments
Hi @monsdar, |
Hi, |
I think that is |
Hi @memsharded, Looks like no.
|
This has been implemented in #17514 for next Conan 2.12, thanks for the feedback ( |
We're using
conan config install <git-repo>
within our CI environment. For our Windows builds we do not use Docker yet, they're just VMs and work like so:conan config install
to get the latest profiles and configuration for ConanAs you can see Windows jobs are not running within a sandboxed environment. That means when we do
conan config install
and install profileA it will remain there also for future jobs. To work around this we can clear the profiles directory before doingconan config install
, but this is not as clean as it could be.Therefore this feature request is to implement something like
conan config reset
orconan config uninstall
. The command should reset the Conan config to its original state. It would help to have CI mechanisms a bit cleaner and would avoid us to implement any workarounds that may or may not work as intended and with future versions.The text was updated successfully, but these errors were encountered: