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 upFix file extension for Linux nightly #26524
Conversation
highfive
commented
May 14, 2020
|
Thanks for the pull request, and welcome! The Servo team is excited to review your changes, and you should hear from @ferjm (or someone else) soon. |
highfive
commented
May 14, 2020
|
Heads up! This PR modifies the following files:
|
|
r? @jdm |
|
@bors-servo r+ |
|
|
Fix file extension for Linux nightly <!-- Please describe your changes on the following line: --> Fix file extension for the Linux nightly download. It should be published as `servo-latest.tar.gz` but was instead published as `servo-latest.gz`. --- <!-- 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 (doesn't change Rust code) - [X] `./mach test-tidy` does not report any errors - [X] These changes fix #26522 (GitHub issue number if applicable) <!-- Either: --> - [ ] There are tests for these changes OR - [X] These changes do not require tests because this is an infrastructure bug fix <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. -->
|
|
|
@bors-servo retry |
|
Why are the tests failing? |
|
We have many tests that intermittently fail for various reasons. Many of those failures are restricted to a particular test and those failures can be filtered out of the logs. Some failures occur deeper in the platform and can affect a much wider set of tests, so we have to manually retry those because we can't easily filter them out of the CI results. |
Ah, thanks for the explanation! Sounds frustrating to deal with :( |
|
|
camelid commentedMay 14, 2020
Fix file extension for the Linux nightly download. It should be published as
servo-latest.tar.gzbut was instead published asservo-latest.gz../mach build -ddoes not report any errors (doesn't change Rust code)./mach test-tidydoes not report any errors