-
Notifications
You must be signed in to change notification settings - Fork 100
Tracking issue for buildbot #58
Comments
Step 3 partially implemented in #59 |
Zinc is now buildable using native (non-cross) toolchain:
|
Just noting the build command so that I don't loose it somewhere:
|
Ended up setting bors (same bot as serves mozilla/rust repo), should be working now under @hacknbot name. |
Bors is using travis build confirmation for green tests, not local builder for now. |
Think that is good enough for now (build bot is a little unnecessary anyway). |
We should be able to build compiler-rt for the target (it just needs the endianness defines done manually). I think it is a better solution than libgcc (though libgcc supports the spec=nano for the linker - have to check if the size increases), |
My concern for buildbot is to build master with a rolling window of rust releases to verify how it changes with rust versions. But that's not that trivial to set up as I expected. I will do third step in here (native build for tests) and call it a day. |
If you want to try that — open an issue and go try building compiler-rt, I'm all in. So far I didn't manage to build it correctly :-( |
I'll give it a go. If the Rust freestanding rfc goes through I will just start building a tarball of rustc + thumb platforms. |
So far bors seems to fit in nicely, so closing this. |
This one tracks an automated build platform to run tests and do merges automatically.
The text was updated successfully, but these errors were encountered: