Skip to content

provide nightly rust-std for aarch64-pc-windows-msvc target #53864

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
froydnj opened this issue Aug 31, 2018 · 1 comment
Closed

provide nightly rust-std for aarch64-pc-windows-msvc target #53864

froydnj opened this issue Aug 31, 2018 · 1 comment
Labels
O-windows-msvc Toolchain: MSVC, Operating system: Windows T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.

Comments

@froydnj
Copy link
Contributor

froydnj commented Aug 31, 2018

rustup doesn't appear to know about rust-std for aarch64-pc-windows-msvc, and poking around on static.rust-lang.org suggests that this component isn't being built. #53173 added the appropriate target to rustc, and it'd be great to continue that work by making the standard library readily available.

I'm happy to make the changes myself, but I couldn't find the obvious place to change things to ensure things are built on the Windows builders...

/cc @alexcrichton

@estebank estebank added O-windows-gnu Toolchain: GNU, Operating system: Windows T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue. labels Aug 31, 2018
@cuviper cuviper added O-windows-msvc Toolchain: MSVC, Operating system: Windows and removed O-windows-gnu Toolchain: GNU, Operating system: Windows labels Aug 31, 2018
@alexcrichton
Copy link
Member

Ah yes currently this isn't automatically built on CI. I think last I attempted this it failed to build libtest, so we probably can't add it to CI yet until that's fixed unfortunately :(

Once that's done though we'd need to modify our AppVeyor config to build the target. Hopefully not too hard to do! We may be a bit strapped for time on CI but we can figure out somewhere to squeeze it in likely.

froydnj added a commit to froydnj/rust that referenced this issue Oct 31, 2018
bors added a commit that referenced this issue Nov 2, 2018
add an appveyor config for aarch64-pc-windows-msvc

This is purely a cargo-cult of things to solicit feedback from humans and/or automation failures.  Not sure that the build artifacts would get packaged properly to start providing nightly tarballs for `libstd`, but this is at least a start.

Fixes #53864.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
O-windows-msvc Toolchain: MSVC, Operating system: Windows T-dev-tools Relevant to the dev-tools subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants