diff options
Diffstat (limited to 'taskcluster/ci/toolchain/minidump-stackwalk.yml')
-rw-r--r-- | taskcluster/ci/toolchain/minidump-stackwalk.yml | 96 |
1 files changed, 0 insertions, 96 deletions
diff --git a/taskcluster/ci/toolchain/minidump-stackwalk.yml b/taskcluster/ci/toolchain/minidump-stackwalk.yml deleted file mode 100644 index f0f9b3e70c..0000000000 --- a/taskcluster/ci/toolchain/minidump-stackwalk.yml +++ /dev/null @@ -1,96 +0,0 @@ -# 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: - description: "minidump-stackwalk toolchain build" - attributes: - local-toolchain: true - worker-type: b-linux-gcp - worker: - max-run-time: 1800 - env: - FETCH: rust-minidump/minidump-stackwalk - run: - script: build-rust-based-toolchain.sh - toolchain-artifact: public/build/minidump-stackwalk.tar.zst - fetches: - fetch: - - rust-minidump - -linux64-minidump-stackwalk: - treeherder: - symbol: TL(stackwalk) - run: - arguments: ['x86_64-unknown-linux-gnu'] - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-toolchain - - sysroot-x86_64-linux-gnu - -macosx64-minidump-stackwalk: - treeherder: - symbol: TM(stackwalk) - run: - arguments: ['x86_64-apple-darwin'] - fetches: - toolchain: - - linux64-rust-macos-toolchain - - linux64-clang-toolchain - - macosx64-sdk-toolchain - -macosx64-aarch64-minidump-stackwalk: - treeherder: - symbol: TM(stackwalk-arm64) - run: - arguments: ['aarch64-apple-darwin'] - fetches: - toolchain: - - linux64-rust-macos-toolchain - - linux64-clang-toolchain - - macosx64-sdk-toolchain - -win32-minidump-stackwalk: - treeherder: - symbol: TW32(stackwalk) - run: - arguments: ['i686-pc-windows-msvc'] - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-windows-toolchain - - vs-toolchain - -win64-minidump-stackwalk: - treeherder: - symbol: TW64(stackwalk) - run: - arguments: ['x86_64-pc-windows-msvc'] - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-rust-windows-toolchain - - vs-toolchain - -# This is a totally different thing but it used to share common code with -# minidump-stackwalk, so it lives here for historical reasons. -linux64-breakpad-injector: - description: "breakpad injector toolchain build" - run: - script: build-breakpad-injector.sh - toolchain-artifact: public/build/injector.tar.zst - sparse-profile: null - resources: - - 'build/moz.configure' - - 'config/external/zlib' - - 'moz.configure' - - 'toolkit/crashreporter' - - 'toolkit/crashreporter/google-breakpad/src/processor' - - 'tools/crashreporter/' - treeherder: - symbol: TL(injector) - fetches: - toolchain: - - linux64-clang-toolchain - - linux64-toolchain-sysroot |