mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Merge remote-tracking branch 'origin/tracking' into custom
This commit is contained in:
commit
7f068ecce3
969 changed files with 96279 additions and 469 deletions
|
|
@ -818,6 +818,10 @@ class Artifacts(object):
|
|||
return ('linux64' if target_64bit else 'linux') + target_suffix
|
||||
if self._defines.get('XP_WIN', False):
|
||||
return ('win64' if target_64bit else 'win32') + target_suffix
|
||||
if self._defines.get('XP_MACOSX', False):
|
||||
# We only produce unified builds in automation, so the target_cpu
|
||||
# check is not relevant.
|
||||
return 'macosx64' + target_suffix
|
||||
raise Exception('Cannot determine default job for |mach artifact|!')
|
||||
|
||||
def _pushheads_from_rev(self, rev, count):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue