Skip to content

Commit 0ab0b67

Browse files
committed
Bug 1839798 - Remove dependencies on cctools-port from tasks that don't use it. r=firefox-build-system-reviewers,ahochheiden
The only tasks still using it are those doing PGO (profile use only) and the builds that unify x64 and arm64 mac builds. Differential Revision: https://phabricator.services.mozilla.com/D181728
1 parent cef8127 commit 0ab0b67

File tree

3 files changed

+0
-14
lines changed

3 files changed

+0
-14
lines changed

taskcluster/ci/build/macosx.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ macosx64/debug:
4747
use-sccache: true
4848
fetches:
4949
toolchain:
50-
- linux64-cctools-port
5150
- linux64-clang
5251
- linux64-sccache
5352
- macosx64-sdk
@@ -76,7 +75,6 @@ macosx64-non-unified/plain:
7675
run-on-projects: ['integration']
7776
fetches:
7877
toolchain:
79-
- linux64-cctools-port
8078
- linux64-clang
8179
- linux64-sccache
8280
- macosx64-sdk
@@ -105,7 +103,6 @@ macosx64/opt:
105103
use-sccache: true
106104
fetches:
107105
toolchain:
108-
- linux64-cctools-port
109106
- linux64-clang
110107
- linux64-sccache
111108
- macosx64-sdk
@@ -135,7 +132,6 @@ macosx64-asan-fuzzing/opt:
135132
use-sccache: true
136133
fetches:
137134
toolchain:
138-
- linux64-cctools-port
139135
- linux64-clang
140136
- linux64-sccache
141137
- macosx64-llvm-symbolizer
@@ -169,7 +165,6 @@ macosx64-fuzzing/debug:
169165
use-sccache: true
170166
fetches:
171167
toolchain:
172-
- linux64-cctools-port
173168
- linux64-clang
174169
- linux64-sccache
175170
- macosx64-sdk
@@ -203,7 +198,6 @@ macosx64-aarch64-asan-fuzzing/opt:
203198
use-sccache: true
204199
fetches:
205200
toolchain:
206-
- linux64-cctools-port
207201
- linux64-clang
208202
- linux64-sccache
209203
- macosx64-aarch64-llvm-symbolizer
@@ -239,7 +233,6 @@ macosx64-aarch64-fuzzing/debug:
239233
use-sccache: true
240234
fetches:
241235
toolchain:
242-
- linux64-cctools-port
243236
- linux64-clang
244237
- linux64-sccache
245238
- macosx64-aarch64-llvm-symbolizer
@@ -487,7 +480,6 @@ macosx64-noopt/debug:
487480
use-sccache: true
488481
fetches:
489482
toolchain:
490-
- linux64-cctools-port
491483
- linux64-clang
492484
- linux64-sccache
493485
- macosx64-sdk
@@ -518,7 +510,6 @@ macosx64-aarch64-noopt/debug:
518510
use-sccache: true
519511
fetches:
520512
toolchain:
521-
- linux64-cctools-port
522513
- linux64-clang
523514
- linux64-sccache
524515
- macosx64-sdk
@@ -546,7 +537,6 @@ macosx64-x64-add-on-devel/opt:
546537
use-sccache: true
547538
fetches:
548539
toolchain:
549-
- linux64-cctools-port
550540
- linux64-clang
551541
- linux64-sccache
552542
- macosx64-sdk
@@ -576,7 +566,6 @@ macosx64-aarch64-add-on-devel/opt:
576566
use-sccache: true
577567
fetches:
578568
toolchain:
579-
- linux64-cctools-port
580569
- linux64-clang
581570
- linux64-sccache
582571
- macosx64-sdk
@@ -915,7 +904,6 @@ macosx64-ccov/opt:
915904
use-sccache: false
916905
fetches:
917906
toolchain:
918-
- linux64-cctools-port
919907
- linux64-clang
920908
- linux64-sccache
921909
- macosx64-sdk

taskcluster/ci/instrumented-build/kind.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ jobs:
122122
mozconfig-variant: profile-generate
123123
fetches:
124124
toolchain:
125-
- linux64-cctools-port
126125
- linux64-clang
127126
- linux64-hfsplus
128127
- linux64-libdmg

taskcluster/ci/searchfox/kind.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ jobs:
8484
keep-artifacts: false
8585
fetches:
8686
toolchain:
87-
- linux64-cctools-port
8887
- linux64-clang
8988
- linux64-hfsplus
9089
- linux64-libdmg

0 commit comments

Comments
 (0)