Closed
Bug 1434128
Opened 7 years ago
Closed 7 years ago
Ignore comm-central sccache mozconfig when doing release sanity checks.
Categories
(Release Engineering :: Release Automation, defect)
Release Engineering
Release Automation
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: tomprince, Unassigned)
References
Details
Attachments
(1 file)
In Bug 1423801, configuration for using sccache for thunderbird builds was added, but it was deliberately not added to the release mozconfigs.
This should be an expected difference in the mozconfigs.
| Comment hidden (mozreview-request) |
Comment 2•7 years ago
|
||
| mozreview-review | ||
Comment on attachment 8946492 [details]
Bug 1434128: Ignore comm-central's sccache mozconfig when comparing mozconfigs;
https://reviewboard.mozilla.org/r/216418/#review222608
A couple of suggestions for improvements but I don't really mind now that this is Thunderbird only.
::: buildbot-helpers/mozconfig_whitelist:26
(Diff revision 1)
>
> for platform in ['linux', 'linux64']:
> whitelist['nightly'][platform] += [
> 'ac_add_options --disable-elf-hack # --enable-elf-hack conflicts with --enable-profiling',
> '. "$topsrcdir/build/mozconfig.cache"',
> + '. "$commtopsrcdir/build/mozconfig.cache"',
Did you mean .../build/mozconfig.sccache here ?
::: buildbot-helpers/mozconfig_whitelist:35
(Diff revision 1)
> whitelist['nightly'][platform] += [
> 'ac_add_options --enable-codesighs',
> 'mk_add_options MOZ_MAKE_FLAGS="-j4"',
> ]
>
> for platform in ['linux', 'linux64', 'macosx64', 'win32', 'win64']:
Perhaps you can just add your new line in this loop, and not need it lots of places through the file.
Attachment #8946492 -
Flags: review?(nthomas) → review+
| Reporter | ||
Comment 3•7 years ago
|
||
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•