Skip to content

Commit 3bcea71

Browse files
committed
ENH: Upgrade rustup in macOS Python module build script
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
1 parent 103f655 commit 3bcea71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
# Install dependencies
4141
brew update
4242
brew install --quiet zstd aria2 gnu-tar doxygen ninja
43-
brew upgrade --quiet cmake
43+
brew upgrade --quiet cmake rustup
4444

4545
if [[ $(arch) == "arm64" ]]; then
4646
tarball_arch="-arm64"

0 commit comments

Comments
 (0)