Bug 1943640 - part 3: Attribute stub installers instead of full ones r=bhearsum,taskgraph-reviewers,releng-reviewers
Differential Revision: https://phabricator.services.mozilla.com/D235756
This commit is contained in:
@@ -149,8 +149,8 @@ def _get_output_path(
|
|||||||
|
|
||||||
|
|
||||||
def _get_artifact_file_name(platform):
|
def _get_artifact_file_name(platform):
|
||||||
if platform.startswith("win"):
|
if platform.startswith("win32"):
|
||||||
return "target.installer.exe"
|
return "target.stub-installer.exe"
|
||||||
elif platform.startswith("macos"):
|
elif platform.startswith("macos"):
|
||||||
return "target.dmg"
|
return "target.dmg"
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -44,8 +44,7 @@ task-defaults:
|
|||||||
tasks:
|
tasks:
|
||||||
win:
|
win:
|
||||||
platforms:
|
platforms:
|
||||||
- win64-shippable
|
- win32-shippable # Stub installer only
|
||||||
- win32-shippable
|
|
||||||
run:
|
run:
|
||||||
using: mach
|
using: mach
|
||||||
mach: python python/mozrelease/mozrelease/attribute_builds.py
|
mach: python python/mozrelease/mozrelease/attribute_builds.py
|
||||||
|
|||||||
Reference in New Issue
Block a user