mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 20:17:37 +00:00
f158d4183b
--HG-- rename : testing/mozharness/configs/builds/releng_sub_mac_configs/64_debug.py => testing/mozharness/configs/builds/releng_sub_mac_configs/64_cross_debug.py extra : commitid : 6zTooQgHX7d extra : rebase_source : 6665d9577a6fb4069e34c184f154097f260dc960
23 lines
438 B
YAML
23 lines
438 B
YAML
$inherits:
|
|
from: 'tasks/builds/opt_macosx64.yml'
|
|
variables:
|
|
build_name: 'macosx64'
|
|
build_type: 'dbg'
|
|
task:
|
|
metadata:
|
|
name: '[TC] MacOSX64 Dbg'
|
|
description: 'MacOSX64 Dbg'
|
|
|
|
workerType: dbg-macosx64
|
|
|
|
payload:
|
|
env:
|
|
MH_CUSTOM_BUILD_VARIANT_CFG: 'cross-debug'
|
|
extra:
|
|
treeherder:
|
|
groupSymbol: tc
|
|
groupName: Submitted by taskcluster
|
|
symbol: B
|
|
collection:
|
|
debug: true
|