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 upLinux nightly builds are named incorrectly #26522
Closed
Labels
Comments
|
Can we just go back to how it was before that commit? I've tried it a bit, and I don't see any issues so far. |
|
That should be ok now that the UWP nightlies don't include a version number. |
|
Yeah, that's what I thought. Thanks for the confirmation! :) |
bors-servo
added a commit
that referenced
this issue
May 14, 2020
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. -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From matrix:
By the way, it seems that mach is naming the Linux .tar.gz file just .gz even though it's a tar, and the download page links to .tar.gz.This is almost certainly a regression from 03e6787.