Closed
Bug 1877349
Opened 1 year ago
Closed 1 year ago
Remove `distutils` installation from Dockerfiles
Categories
(Firefox Build System :: Mach Core, task, P3)
Firefox Build System
Mach Core
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: ahochheiden, Assigned: ahochheiden)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Attachment #9377082 -
Attachment description: WIP: Bug 1877349 - Remove `distutils` installation from Dockerfiles → Bug 1877349 - Remove `distutils` installation from Dockerfiles r?#build
Assignee | ||
Comment 2•1 year ago
|
||
python-distutils was installing m4 implicitly. Since it was removed as a
part of the distutils removal work, it broke various dockerfiles. Let's
explicitly install all the dependencies we expect to avoid something
like this in the future.
Updated•1 year ago
|
Attachment #9378028 -
Attachment description: Bug 1877349 - Explicitly install the same dependencies that are installed during a Linux bootstrap via Dockerfiles as well r?#build → Bug 1877349 - Explicitly install the same dependencies that are installed during a Linux bootstrap in the `debian-build` Dockerfile as well r?#build
Pushed by ahochheiden@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6fd80c9acf94
Remove `distutils` installation from Dockerfiles r=firefox-build-system-reviewers,sergesanspaille
https://hg.mozilla.org/integration/autoland/rev/247b0488d16d
Explicitly install the same dependencies that are installed during a Linux bootstrap in the `debian-build` Dockerfile as well r=firefox-build-system-reviewers,sergesanspaille,glandium
Comment 4•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6fd80c9acf94
https://hg.mozilla.org/mozilla-central/rev/247b0488d16d
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•