Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAppveyor: Downgrade GCC to 5.4.0-1 #12573
Conversation
|
This looks awesome! @jdm can you re-enable appveyor? How are you disabling it? It looks enabled on the Servo project page on appveyor... |
|
I've been enabling/disabling the webhook, specifically. |
|
@UK992 could you force push to the branch to kick off an appveyor build? |
|
done. |
|
@bors-servo r+ Thanks a TON for doing this! |
|
|
Appveyor: Downgrade GCC to 5.4.0-1 Fix building on Appveyor. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12573) <!-- Reviewable:end -->
|
|
|
Hrm, I don't see an intermittent for this:
|
|
File it and cc @connorgbrewster. |
|
@bors-servo retry |
|
|
|
|
Document Windows installation hacks <!-- Please describe your changes on the following line: --> This is based on the awesome work by @UK992 in #12573. Basically, it downgrades GCC on Windows to 5.4 within the mingw environment. This is a stopgap until #11756 is completed and we no longer need mingw. Fixes #12512 r? @metajack --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [ ] `./mach build -d` does not report any errors - [ ] `./mach test-tidy` does not report any errors - [ ] These changes fix #__ (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/12578) <!-- Reviewable:end -->
UK992 commentedJul 23, 2016
•
edited by larsbergstrom
Fix building on Appveyor.
This change is