Releases/Firefox 37.0b2/BuildNotes

From MozillaWiki
Jump to: navigation, search

Firefox

Build 1

Checklist

Timeouts

We hit hg timeouts and a timeout uploadin gin a couple of XULRunner builds and some repacks. Retriggers fixed them. mgerva filed bug 1138936 about the upload timeout.

Win32 XULRunner compile failure

Win32 xulrunner failed to compile with what looks like a legitimate problem with the tree. Filed bug 1138922 on it.

Win64 XULRunner mozconfig issues

The win64 xulrunner mozconfig selected the wrong compiler. I filed this as bug 1138924. To fix:

cd gecko
curl https://bug1138924.bugzilla.mozilla.org/attachment.cgi\?id\=8571939  | patch -p1
hg commit -m "bug 1138924: fix win64's xulrunner mozconfig. r=rail, a=bustage"
hg up -r GECKO370b2_2015030222_RELBRANCH
curl https://bug1138924.bugzilla.mozilla.org/attachment.cgi\?id\=8571939  | patch -p1
hg commit -m "bug 1138924: fix win64's xulrunner mozconfig. r=rail, a=bustage"
hg tag -f -r e8ec4e64fe84 FIREFOX_37_0b2_{RELEASE,BUILD1}
hg push -r 264134 -r 264133 -r bba77d7fde28 ssh://hg.mozilla.org/releases/mozilla-beta

...then retriggered the job.

Win64 XULRunner compile failure

After the mozconfig issue was fixed, win64 still failed to compile XULRunner, but with a different error than win32. Filed bug 1138922 on it.

Trigger post-mirror push builders

"ready for cdntest" and other things downstream of the mirror push didn't fire correctly, most likely because of win64 being added. To kick things along, manually triggered the "ready for releasetest testing", "almost ready for release", and "final verification" builders.

Fennec

Build 1

Checklist