Skip to content
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

ENH: Upgrade rustup in macOS Python module build script #282

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jhlegarreta
Copy link
Member

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

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
Copy link
Member Author

Not sure why the warning has appeared now.

@thewtex
Copy link
Member

thewtex commented Jul 29, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants