Skip to content

Conversation

chandde
Copy link
Contributor

@chandde chandde commented May 13, 2019

Hello

This is Chandler from Microsoft working on enabling ARM32 for Azure IoTEdge, which has a module is written in rust, we have already enabled ARM32 in rust tool chain (rust-lang/rust#53621), although there is some missing dependency in LLVM so ARM is not officially supported yet in official release, we're using a private version of cargo and rustc to compile Azure IoTEdge in ARM already, check out https://github.com/Azure/iotedge/blob/master/edgelet/build/windows/build.ps1#L30. Besides addressing ARM in rust, we also need to update a few crates to support ARM, e.g. backtrace-rs, winapi, cmake-rs, etc..

This is a simple change inside function visual_studio_generator to unblock this new build string. Please take a look.

Thanks
Chandler

@alexcrichton alexcrichton merged commit ce6ca0e into rust-lang:master May 14, 2019
@alexcrichton
Copy link
Member

👍

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