-
Notifications
You must be signed in to change notification settings - Fork 36
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
bincrafters-remove-outdated: suggest and/or track upstream issue to make tool obsolete #1320
Comments
In theory it could be already replaced with a single call to |
According to the documentation https://docs.conan.io/en/latest/reference/commands/misc/remove.html
So almost, I think. We still need to get a list of all references. I'm wondering if it would be reasonable to suggest advancing it for an entire remote and/or pattern? WDYT? // @uilianries |
|
This seems to work indeed! 🥳 Looks like you know more than the documentation 😄 |
At least it work for me locally. CI runs for the maximum time and then times out https://github.com/bincrafters/bincrafters-conventions/runs/1555012641?check_suite_focus=true |
That's surprising, it means the search for "/" failed 4 times with a timeout happening after 1h ? |
This works fine now: https://github.com/bincrafters/bincrafters-conventions/blob/0ec9c9f5052a00bbcdb962d8dae0117b131ac323/.github/workflows/remove-obsolete-packages.yml#L27 Deprecating our own tool for the call |
I believe that the tool bincrafters-remove-outdated shouldn't be necessary to begin with.
Removing outdated binary packages from a remote should be something which is easily doable with official Conan capabilities
See also
The text was updated successfully, but these errors were encountered: