ITKPythonPackage icon indicating copy to clipboard operation
ITKPythonPackage copied to clipboard

ENH: Upgrade `rustup` in macOS Python module build script

Open jhlegarreta opened this issue 1 year ago • 2 comments

Upgrade rustup in macOS Python module build script.

Fixes:

rustup is outdated!
To avoid broken installations, as soon as possible please run:
brew upgrade
Or, if you're OK with a less reliable fix: brew upgrade rustup

raised for example in: https://github.com/InsightSoftwareConsortium/ITKAnalyzeObjectMap/actions/runs/10135042732

jhlegarreta avatar Jul 28 '24 22:07 jhlegarreta

Not sure why the warning has appeared now.

jhlegarreta avatar Jul 28 '24 22:07 jhlegarreta

I do not think we are using rustup, at least as far as I recall. This may be an issue with the GitHub runner default installed packages. We should check to see if an update to the runner image fixes it, in which case we can avoid adding it as a dependency in our build scripts.

thewtex avatar Jul 29 '24 04:07 thewtex

closing as we do not use rustup directly.

hjmjohnson avatar Feb 04 '25 22:02 hjmjohnson

I'm fine with closing this, but CIs still show dozens of warnings related to this, so if this is not the right solution we should come up with something else.

jhlegarreta avatar Feb 05 '25 23:02 jhlegarreta

@jhlegarreta It looks like you deleted the branch, so the issue can not be re-opened.

hjmjohnson avatar Feb 10 '25 21:02 hjmjohnson

@hjmjohnson Re-opened.

jhlegarreta avatar Feb 10 '25 23:02 jhlegarreta

This should not hurt, so merging.

thewtex avatar Feb 11 '25 18:02 thewtex