Closed
Bug 1301122
Opened 7 years ago
Closed 7 years ago
Update the rules for building SM-tc(pkg) to cover more cases
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox52 fixed)
RESOLVED
FIXED
mozilla52
Tracking | Status | |
---|---|---|
firefox52 | --- | fixed |
People
(Reporter: RyanVM, Assigned: sfink)
References
Details
Attachments
(1 file)
1.59 KB,
patch
|
fitzgen
:
review+
|
Details | Diff | Splinter Review |
Over in bug 1289194, a landing outside js/src managed to break SM-tc(pkg) jobs. Said bustage showed up on later pushes that touched js/src. It's also easy to see how this could have been caught by a Try push had the job run there. Maybe adding just the top-level moz.build to the rules would suffice here?
Assignee | ||
Comment 1•7 years ago
|
||
It pulls from a number of different areas. We should add /configure.py /moz.configure /test.mozbuild /intl/icu/... /Makefile.in /moz.build /nsprpub/... /build/... /config/... /mfbt/... /python/... and then some weird stuff: /dom/bindings/mozwebidlcodegen /media/webrtc/trunk/tools/gyp /testing/mozbase/... /modules/fdlibm/... /modules/zlib/... /layout/tools/reftest/... /toolkit/mozapps/installer/... /mozglue/... /memory/... though it might be nice if we could remove the dependency on some of that stuff.
Assignee | ||
Comment 2•7 years ago
|
||
Actually, almost everything in there is already in the list. The only exceptions I see are: Makefile.in moz.build config/** I'll wait for bug 1286075 to land, unless dustin adds it in himself.
Depends on: 1286075
Assignee | ||
Comment 3•7 years ago
|
||
Perhaps config/** is overkill, but I'm just blindly adding everything mentioned in make-source-package.sh.
Attachment #8791408 -
Flags: review?(nfitzgerald)
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → sphink
Status: NEW → ASSIGNED
Comment 4•7 years ago
|
||
Comment on attachment 8791408 [details] [diff] [review] Add in more files to trigger the sm-package job Review of attachment 8791408 [details] [diff] [review]: ----------------------------------------------------------------- Unlike with GCs, a conservative approach seems like a good one in this case.
Attachment #8791408 -
Flags: review?(nfitzgerald) → review+
Pushed by sfink@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/edf9ffaf92b0 Add in more files to trigger the sm-package job, r=fitzgen
Comment 6•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/edf9ffaf92b0
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox52:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla52
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•