WebKit / Documentation

Documentation for the WebKit project, hosted at https://docs.webkit.org.
https://docs.webkit.org
63 stars 24 forks source link

Windows Port S3 URL no longer visible? #85

Closed DustinBrett closed 6 months ago

DustinBrett commented 6 months ago

In regards to the Windows Port instructions, it's been pointed out to me that the step involving transfer-to-s3 is no longer exists in the same way.

I went into a recent build (15606) and I see now that the step is called upload-file-to-s3 and it doesn't contain an S3 URL. I have gone back and found that Build 15405 was the last one to use transfer-to-s3.

15606 (upload-file-to-s3)

image

15405 (transfer-to-s3)

image

I am wondering what the new recommended way is to get WinCairo setup, or where the new URL can be found?

JonWBedard commented 6 months ago

cc @briannafan, I'm going to file a Bugzilla on this. You can probably get the URL from the triggered build, but this seems like an oversight in the buildbot UI rather than a deliberate change.

JonWBedard commented 6 months ago

Bugzilla is https://bugs.webkit.org/show_bug.cgi?id=271840

briannafan commented 6 months ago
Screenshot 2024-03-28 at 11 25 17 AM

@DustinBrett The link to download the archive is now in the compile-webkit step so you no longer need to look in the logs for a URL. Hope that helps!

DustinBrett commented 6 months ago
Screenshot 2024-03-28 at 11 25 17 AM

@DustinBrett The link to download the archive is now in the compile-webkit step so you no longer need to look in the logs for a URL. Hope that helps!

Thank you very much, the link in compile-webkit is great!