blob: 8dd60e31b363d9792c36a9f2f3c0d8b96a280673 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
---
job-defaults:
attributes:
local-toolchain: true
worker-type: b-linux-gcp
worker:
max-run-time: 1800
env:
PATH: "/usr/local/bin:/bin:/sbin:/usr/bin:/usr/sbin"
run:
script: unpack-sdk.py
resources:
- python/mozbuild/mozpack/macpkg.py
- taskcluster/scripts/misc/unpack-sdk.py
# Expiry similar to that of fetches
expires-after: 1000 years
macosx64-sdk-13.3:
description: "MacOSX13.3 SDK"
treeherder:
symbol: TM(sdk13.3)
run:
arguments:
- https://swcdn.apple.com/content/downloads/15/62/032-84673-A_7A1TG1RF8Z/xpc8q44ggn2pkn82iwr0fi1zeb9cxi8ath/CLTools_macOSNMOS_SDK.pkg
- c33545d543a38911aee2a65d4bf7ff4932c12de1e6a042ae38e6415f65a10710
- Library/Developer/CommandLineTools/SDKs/MacOSX13.3.sdk
toolchain-artifact: project/gecko/mac-sdk/MacOSX13.3.sdk.tar.zst
toolchain-alias:
- macosx64-sdk
- macosx64-sdk-toolchain
- MacOSX13.3.sdk
|