Closed
Bug 1708442
Opened 4 years ago
Closed 4 years ago
Switch codeql build jobs to emit a ZIP file
Categories
(Firefox Build System :: General, enhancement)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: freddy, Assigned: freddy)
Details
Attachments
(1 obsolete file)
+++ This bug was initially created as a clone of Bug #1619683 +++
Apparently, this would make them easily consumable by the https://github.com/github/vscode-codeql extension.
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
Changing from tar.gz to zip blows up the codeql-cpp database filesize from ~2.8GB to 5.5GB. While this isn't prohibitively large in terms of transfer and storage costs, our CI just doesn't support it.
Apparently AWS requires us to use multi-part HTTP PUT requests for files above 5GB and that isn't happening any time soon (I think this is https://github.com/taskcluster/scrum/issues/37).
I'm wontfixing this bug.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → WONTFIX
Updated•4 years ago
|
Attachment #9219214 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•