-
Notifications
You must be signed in to change notification settings - Fork 26
Conversation
bitrig (as bsd) have a BSD-make version. Use GNU-make (gmake) instead for building rust.
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @brson (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. The way Github handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see CONTRIBUTING.md for more information. |
@dhuseby this patch should permit buildbot to use |
Thanks! |
@alexcrichton is there a way for me to trigger a build on my build-bot from the command line or through the web interface? i'm trying debugging the build but i seem to have to wait until the master triggers a build for me to see if i fixed it. |
@dhuseby Sign in to buildbot using the 'rust' user and do a force build of the bitrig auto builder. Here's the password:
|
@brson thanks |
Is there a way to use the buildbot interface to trigger building a I manually built a snapshot at 270a677 and it was uploaded but my The HEAD in auto doesn't build with the snapshot at 880fb89. |
On the builder page you should be able to trigger a build for a specific revision of Rust I believe. |
bitrig (as bsd) have a BSD-make version. Use GNU-make (gmake) instead
for building rust.