esp-rs icon indicating copy to clipboard operation
esp-rs copied to clipboard

Update to the latest version of mrustc

Open emosenkis opened this issue 8 years ago • 6 comments

Verify that build from scratch and update from current version of mrustc both work correctly.

emosenkis avatar Oct 10 '17 19:10 emosenkis

Updated. This will need to be done again periodically.

emosenkis avatar Nov 23 '17 20:11 emosenkis

Needs to be done again, as the target revision fails under some configurations (likely due to UB) - see thepowersgang/mrustc#74

thepowersgang avatar May 20 '18 02:05 thepowersgang

@thepowersgang updated.

emosenkis avatar May 30 '18 08:05 emosenkis

Is there a reason that this pins mrustc to a specific commit? If there is, it would be nice to be documented.

The version of mrustc that is pinned at the moment doesn't support MacOS, so I've got to find a different version of mrustc to use, and I don't know how to make that decision.

spott avatar Aug 15 '18 01:08 spott

@spott there's nothing special about the pinned mrustc commit, it's just a version that's known to build and run successfully using the commands in this script.

emosenkis avatar Aug 15 '18 07:08 emosenkis

Thanks. I'll have to try and find a version that compiles for OS X.

spott avatar Aug 16 '18 14:08 spott