Skip to content

Commit

Permalink
Bug 1624779 - Remove browser/config/tooltool-manifests/macosx64/cross…
Browse files Browse the repository at this point in the history
…-clang.manifest. r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D69540

--HG--
extra : moz-landing-system : lando
  • Loading branch information
victorphoenix3 committed Apr 3, 2020
1 parent 6528a8f commit 339b2ea
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 19 deletions.
10 changes: 0 additions & 10 deletions browser/config/tooltool-manifests/macosx64/cross-clang.manifest

This file was deleted.

2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/cbindgen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ macosx64-cbindgen:
symbol: TM(cbindgen)
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run-on-projects:
- trunk
- try
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/clang-tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ macosx64-clang-tidy:
worker-type: b-linux-large
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
using: toolchain-script
script: build-clang.sh
Expand Down
4 changes: 2 additions & 2 deletions taskcluster/ci/toolchain/clang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ linux64-clang-9-macosx-cross:
worker:
max-run-time: 3600
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
script: build-clang-linux-macosx-cross.sh
arguments:
Expand Down Expand Up @@ -236,7 +236,7 @@ macosx64-clang:
worker:
max-run-time: 3600
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run-on-projects:
- trunk
- try
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/fix-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ macosx64-fix-stacks:
symbol: TM(fix-stacks)
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
arguments: ['x86_64-apple-darwin']
resources:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/geckodriver.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ macosx64-geckodriver:
symbol: TM(geckodriver)
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
arguments: ['x86_64-apple-darwin']
resources:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/gn.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ macosx64-gn:
symbol: TM(gn)
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
script: build-gn-macosx.sh
resources:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/minidump_stackwalk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ macosx64-minidump-stackwalk:
symbol: TM(stackwalk)
worker:
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run:
arguments: ['macosx64']
resources:
Expand Down
2 changes: 1 addition & 1 deletion taskcluster/ci/toolchain/sccache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ macosx64-sccache:
worker:
max-run-time: 1800
env:
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-releng.manifest"
run-on-projects:
- trunk
- try
Expand Down

0 comments on commit 339b2ea

Please sign in to comment.