You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to repackage today's nightly rust I hit a permission error because the install.sh script included with the published packages used by rustup is no longer marked executable for windows targets. It's still executable for macOS.
I an work around by passing it to /bin/sh but the inconsistency surprised me and I wanted to make sure it was intentional. The documentation still refers to invoking install.sh directly.
The text was updated successfully, but these errors were encountered:
Trying to repackage today's nightly rust I hit a permission error because the
install.sh
script included with the published packages used by rustup is no longer marked executable for windows targets. It's still executable for macOS.I an work around by passing it to
/bin/sh
but the inconsistency surprised me and I wanted to make sure it was intentional. The documentation still refers to invokinginstall.sh
directly.The text was updated successfully, but these errors were encountered: