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 upClean some temporary files from Windows packaging process #21913
Conversation
highfive
commented
Oct 11, 2018
|
Heads up! This PR modifies the following files:
|
|
@bors-servo try=windows |
Do not generate and upload zip with Windows nightly contents - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- 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/21913) <!-- Reviewable:end -->
|
r? @jdm |
|
@bors-servo r+ |
|
|
|
Why this change? My recent experience with adding Windows builds on Taskcluster is that executable installers can be a pain to deal with, so also providing "dumb" archives can be helpful. |
|
The concern is that the installer works out of the box, but the zip file only works if you have installed gstreamer separately. Since we're not trying to do any particular distribution strategy right now, I would prefer to highlight builds which do not require any further troubleshooting to work correctly. |
|
Could we keep uploading ZIP files, but not advertise them of the website? |
|
Sure. I guess it's fine to continue uploading the zip as long as someone finds it useful. servo/download.servo.org#45 removes the link from the website. @bors-servo r- |
I would also like this. I find the ZIP versions much more convenient to use for testing compared to the installer. |
|
@bors-servo r- |
|
I'm landing the second commit only, which is still a valid cleanup. @bors-servo r=jdm |
|
|
Clean some temporary files from Windows packaging process - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors <!-- 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/21913) <!-- Reviewable:end -->
|
|
ferjm commentedOct 11, 2018
•
edited by SimonSapin
./mach build -ddoes not report any errors./mach test-tidydoes not report any errorsThis change is