Closed
Bug 1432392
Opened 7 years ago
Closed 7 years ago
Switch the spidermonkey rust bindings job to a Debian-based docker image
Categories
(Firefox Build System :: Task Configuration, task)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla60
People
(Reporter: glandium, Assigned: glandium)
References
Details
Attachments
(1 file)
There are two ways this can happen:
- rust bindings should not depend on cmake (which is ridiculous)
- the task should use a docker image that has cmake installed (but we shouldn't install it on the images we use to build firefox, to avoid unwanted dependencies sneaking in)
The first would be the ideal, but the second is more within our power in the short term. We could just duplicate the debian7-amd64-build docker image and add cmake there, but since I'm close to make bug 1432390 a reality, I'd rather wait for that.
Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8945694 [details]
Bug 1432392 - Switch the spidermonkey rust bindings job to a Debian-based docker image.
https://reviewboard.mozilla.org/r/215820/#review221766
Attachment #8945694 -
Flags: review?(dustin) → review+
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/7a14e9cff76d
Switch the spidermonkey rust bindings job to a Debian-based docker image. r=dustin
Comment 4•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•7 years ago
|
Product: TaskCluster → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•