Backed out changeset 292d5c030eff (bug 1689232) on suspicion of cause macOS startup crashes (bug 1689807) a=backout

This commit is contained in:
Andreea Pavel
2021-01-30 16:46:35 +02:00
parent 926d2f6257
commit a42180ef0e
2 changed files with 18 additions and 24 deletions

View File

@@ -829,7 +829,6 @@ def build_generic_worker_payload(config, task, task_def):
Required("paths"): [text_type],
# Signing formats to use on each of the paths
Required("formats"): [text_type],
Optional("singleFileGlobs"): [text_type],
}
],
# behavior for mac iscript
@@ -838,7 +837,6 @@ def build_generic_worker_payload(config, task, task_def):
"mac_notarize_part_3",
"mac_sign_and_pkg",
"mac_geckodriver",
"mac_single_file",
),
Optional("entitlements-url"): text_type,
},