Cleanup Adobe Flex SDK installation following AS3 library removal#3404
Cleanup Adobe Flex SDK installation following AS3 library removal#3404kpumuk merged 1 commit intoapache:masterfrom
Conversation
|
I will be honest, have zero clue how the image gets built :-) I see it can't be found and the hash changed https://github.com/kpumuk/thrift/actions/runs/24540103116/job/71743853687 @Jens-G any thoughts? |
|
Looks like it might be caused by the fact I run it from my fork, which does not have ghcr and so the error is "manifest unknown"... Edit: progresses now https://github.com/apache/thrift/actions/runs/24540715347/job/71745689621?pr=3404 I am also kind of curious about the difference between MSVC and Appveyor builds... |
|
|
||
| # Install OpenSSL 3.6.1 | ||
| ADD --checksum=sha256:8ce11c409adbd177ca627115bc697c3b66c414bb36175ebb375341eb426894a8 https://slproweb.com/download/Win64OpenSSL-3_6_1.exe C:\TEMP\openssl.exe | ||
| ADD --checksum=sha256:c395482a1af33b2cdd4b801b227c864ed049e0f6aff79413d31b4fa916a67b1a https://slproweb.com/download/Win64OpenSSL-3_6_2.exe C:\TEMP\openssl.exe |
There was a problem hiding this comment.
ADD failed: failed to GET https://slproweb.com/download/Win64OpenSSL-3_6_1.exe with status 404 Not Found: <html>
<head><title>404 Not Found</title></head>
<body>
<center><h1>404 Not Found</h1></center>
<hr><center>nginx/1.26.0</center>
</body>
</html>
|
Good catch. I might have overlooked that. We also dropped Haskell some time ago. So if you happen find sth pointing in that direction, most likely that can be removed as well.
https://github.com/kpumuk/thrift/actions/runs/24540103116/workflow thats the workflow file used for that run. These yaml files live under .github in the source tree. Does that answer the question? |
Yeah. I figured it was breaking because the error was different from what the script expected :-) Thanks! |
|
|
AS3 support was dropped in #2329, but we still install Adobe Flex SDK in a few places. For example, it takes 654.4 MiB in 2 layers in MSVC docker (325.0 MiB downloaded archive + 329.4 MiB uncompressed).
I am investigating the insane MSVC build times, a Docker image download step dominates the build with 27 minutes clock time.
[skip ci]anywhere in the commit message to free up build resources.