Bug 1889710 - disable building normandy for thunderbird. r=barret

Would leave the other changes in, as they make the code a bit more robust.

Differential Revision: https://phabricator.services.mozilla.com/D206679
This commit is contained in:
Magnus Melin 2024-04-04 17:48:09 +00:00
parent f9610f170c
commit cbb0f92614
2 changed files with 2 additions and 4 deletions

View file

@ -130,11 +130,8 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"): if CONFIG["MOZ_WIDGET_TOOLKIT"] not in ("android", "windows"):
DIRS += ["aboutwebauthn"] DIRS += ["aboutwebauthn"]
if CONFIG["MOZ_BUILD_APP"] == "browser" or CONFIG["MOZ_BUILD_APP"] == "comm/mail":
DIRS += ["normandy"]
if CONFIG["MOZ_BUILD_APP"] == "browser": if CONFIG["MOZ_BUILD_APP"] == "browser":
DIRS += ["messaging-system"] DIRS += ["normandy", "messaging-system"]
DIRS += ["nimbus"] DIRS += ["nimbus"]

View file

@ -259,6 +259,7 @@ support-files = [
["test_search_config_v2_nimbus.js"] ["test_search_config_v2_nimbus.js"]
prefs = ["browser.search.newSearchConfig.enabled=false"] prefs = ["browser.search.newSearchConfig.enabled=false"]
skip-if = ["appname == 'thunderbird'"] # Test relies on normandy.
["test_selectedEngine.js"] ["test_selectedEngine.js"]