Closed
Bug 1803745
Opened 2 years ago
Closed 2 years ago
.deb artifacts shouldn't be gzipped
Categories
(Taskcluster :: Workers, task)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jcristau, Assigned: jcristau)
References
Details
Attachments
(1 file)
docker-worker and generic-worker have a list of file extensions that shouldn't be gzipped on their way to artifact storage. .deb
should be on that list, since 1) debian packages are ar archives with compressed members, so extra gzip doesn't help, and 2) apt doesn't expect compressed http responses and errors out.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
PR was merged and is in v45.0.1.
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•