build/mozconfig.common.override
author AndiAJ <andiaj@users.noreply.github.com>
Tue, 15 Jul 2025 12:24:39 +0000 (11 hours ago)
changeset 796640 bb851a378010881961ccfae598f355ea1211941d
parent 462726 0d70e7e3302091699c769aa75d7389b1b3c2b5a8
permissions -rw-r--r--
Bug 1977313 - Fix failing custom search engines related UI tests r=aaronmt The UI test started to fail after this [[ https://phabricator.services.mozilla.com/D252233 | change ]] landed. To fix the 2 UI tests I've removed the snackbar assertions. Both tests successfuly passed 10x on Firebase ✅ Differential Revision: https://phabricator.services.mozilla.com/D257244
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
104252
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     1
# This Source Code Form is subject to the terms of the Mozilla Public
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     2
# License, v. 2.0. If a copy of the MPL was not distributed with this
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     4
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     5
# Common mozconfig for all users
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     6
#
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     7
# Add options to this file that will be inherited by all in-tree mozconfigs.
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     8
# This file is included at the *end* of the mozconfigs, and so may be used
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
     9
# to override anything done previously.
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
    10
#
81bbb0b8aff26fa8ff5811eab3c721ae06331416 Bug 738612 - Add mozconfig "override" files to be included after everything else, for overriding previously set options. r=ted
Steve Fink <sfink@mozilla.com>
parents:
diff changeset
    11
# The common expected usage is for try builds with nondefault options.
462726
0d70e7e3302091699c769aa75d7389b1b3c2b5a8 Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents: 104252
diff changeset
    12
0d70e7e3302091699c769aa75d7389b1b3c2b5a8 Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents: 104252
diff changeset
    13
if test -n "$USE_ARTIFACT"; then
0d70e7e3302091699c769aa75d7389b1b3c2b5a8 Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents: 104252
diff changeset
    14
. "$topsrcdir/build/mozconfig.artifact"
0d70e7e3302091699c769aa75d7389b1b3c2b5a8 Bug 1530908 - Don't use different mozconfigs for artifact builds. r=chmanchester
Mike Hommey <mh+mozilla@glandium.org>
parents: 104252
diff changeset
    15
fi