rustup: new, 1.27.1#20923
rustup: new, 1.27.1#20923500-internal-server-error wants to merge 0 commit intomsys2:masterfrom 500-internal-server-error:master
Conversation
|
why ucrt64 only? |
|
Ah, I forgot to add the other arches - when I write |
|
fix rustup-profile.sh to use ${MINGW_PREFIX} |
mingw-w64-rustup/PKGBUILD
Outdated
| "${MINGW_PACKAGE_PREFIX}-xz" | ||
| "${MINGW_PACKAGE_PREFIX}-zstd" | ||
| ) | ||
| makedepends=("${MINGW_PACKAGE_PREFIX}-rust") |
There was a problem hiding this comment.
So the MSYS2 rust is needed to build rustup.
And the 1st thing rustup does it kick out MSYS2 rust.
Not very polite :)
There was a problem hiding this comment.
:) It builds too if an existing rust install can be found elsewhere (e.g., manual download of rustup-init), with --nodeps, which is how I built this locally initially.
|
Bump :) Is there anything else I need to do? |
|
why did you reset your commit? |
|
Superseded by #20989 Forgot to do the work in a separate branch, updating master on my fork caused merge conflicts :) |
I tried to sync my fork with this repo, which failed with a merge conflict. Because I forgot to add my commits to a separate branch, I cannot my fork's master with this repo's master without rewriting history. |
Fixes #16145