96 lines
2.7 KiB
YAML
96 lines
2.7 KiB
YAML
# 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/.
|
|
---
|
|
task-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: TMA64(stackwalk)
|
|
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
|