Closed
Bug 1483409
Opened 6 years ago
Closed 6 years ago
Mac partner repackage jobs can't find nodejs in configure
Categories
(Release Engineering :: Release Automation: Other, defect, P1)
Release Engineering
Release Automation: Other
Tracking
(firefox63 fixed)
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: nthomas, Assigned: nthomas)
References
Details
Attachments
(1 file)
example staging release:
(https://queue.taskcluster.net/v1/task/Hv_4pPvPS_e0c9AjMizF5Q/runs/1/artifacts/public/logs/live_backing.log)
[task 2018-08-14T21:41:35.564Z] 21:41:35 INFO - checking for nodejs... not found
[task 2018-08-14T21:41:35.564Z] 21:41:35 INFO - DEBUG: nodejs: Trying /builds/worker/workspace/build/src/node/bin/node
[task 2018-08-14T21:41:35.564Z] 21:41:35 INFO - DEBUG: nodejs: Trying /builds/worker/workspace/build/src/node/bin/node
[task 2018-08-14T21:41:35.564Z] 21:41:35 INFO - ERROR: Cannot find nodejs
[task 2018-08-14T21:41:35.591Z] 21:41:35 INFO - *** Fix above errors and then restart with\
[task 2018-08-14T21:41:35.591Z] 21:41:35 INFO - "/usr/bin/make -f client.mk build"
[task 2018-08-14T21:41:35.592Z] 21:41:35 INFO - client.mk:123: recipe for target 'configure' failed
[task 2018-08-14T21:41:35.592Z] 21:41:35 INFO - make: *** [configure] Error 1
Just need to port over the change bug 1478995 made to transforms/repackage.py.
Assignee | ||
Updated•6 years ago
|
Summary: Partner repacks are busted on m-c → Mac partner repackage jobs can't find nodejs in configure
Assignee | ||
Comment 1•6 years ago
|
||
Fix for testing: https://hg.mozilla.org/projects/maple/rev/34a4f318c6ffc5eda6ab40cbdfdcc5a4c2f6b12f
Staging release (just partner jobs): https://tools.taskcluster.net/groups/J_cOSOCFSwSiJl-qy4zAUg
Assignee | ||
Comment 2•6 years ago
|
||
Updated•6 years ago
|
Attachment #9000137 -
Attachment description: Summary: Bug 1483409 - provide node toolchain in mac partner repackage → Bug 1483409 - provide node toolchain in mac partner repackage
Comment 3•6 years ago
|
||
Comment on attachment 9000137 [details]
Bug 1483409 - provide node toolchain in mac partner repackage
Tom Prince [:tomprince] has approved the revision.
Attachment #9000137 -
Flags: review+
Pushed by nthomas@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c0e181ee31b3
provide node toolchain in mac partner repackage r=tomprince
Comment 5•6 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•