mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
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:
parent
cfd4a9ef2a
commit
7164cffed3
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user