Closed
Bug 1997969
Opened 2 months ago
Closed 2 months ago
Update coreutils in Ubuntu 18.04 base image
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(firefox146 fixed)
RESOLVED
FIXED
146 Branch
| Tracking | Status | |
|---|---|---|
| firefox146 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
We're starting to use the Taskgraph copy of run-task in Gecko CI (for repos running on Github). The upstream script uses env -S in the shebang, but unfortunately the version that comes with Ubuntu 18.04 is so old that this isn't supported.
We need to set up a package task that the Ubuntu 18.04 docker-image task depends on so we can get a more modern version of "env". Ubuntu 18.04 tasks should be going away sometime in the next quarter or two anyway, so this measure is only temporary.
| Assignee | ||
Comment 1•2 months ago
|
||
The upstream run-task script uses env -S which isn't supported in
the version of coreutils that ships with Ubuntu 18.04. Create a packages
task to obtain a more modern version.
Pushed by ahalberstadt@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c00c4e31e95d
https://hg.mozilla.org/integration/autoland/rev/3f88437efa13
Update coreutils in Ubuntu 18.04 base image, r=taskgraph-reviewers,jcristau
Comment 3•2 months ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 months ago
status-firefox146:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 146 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•