Bug 1687022 - Whoops, update mozinfo so it picks nnt wpt annotations.

Quite embarrassing I missed this.

MANUAL PUSH: Unexpected passes on a CLOSED TREE
This commit is contained in:
Emilio Cobos Álvarez 2021-03-03 15:50:47 +01:00
parent cfd4a9ef2a
commit 7164cffed3

View File

@ -96,7 +96,7 @@ def build_dict(config, env=os.environ):
d["artifact"] = substs.get("MOZ_ARTIFACT_BUILDS") == "1"
d["ccov"] = substs.get("MOZ_CODE_COVERAGE") == "1"
d["cc_type"] = substs.get("CC_TYPE")
d["non_native_theme"] = d["os"] not in ["win", "android"] and d["nightly_build"]
d["non_native_theme"] = d["os"] not in ["android"] and d["nightly_build"]
def guess_platform():
if d["buildapp"] == "browser":