mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
dbd6a2439e
There were a couple of errors in the original pull request for this bug: - The raptor tasks had duplicated dependencies. - The filename of the minidump_stackwalk artifact was incorrect.
20 lines
536 B
YAML
20 lines
536 B
YAML
---
|
|
loader: taskgraph.loader.transform:loader
|
|
transforms:
|
|
- taskgraph.transforms.job:transforms
|
|
- taskgraph.transforms.task:transforms
|
|
|
|
job-defaults:
|
|
worker-type: always-optimized
|
|
run:
|
|
using: index-search
|
|
|
|
jobs:
|
|
linux64-minidump-stackwalk:
|
|
description: "minidump_stackwalk toolchain"
|
|
attributes:
|
|
toolchain-artifact: public/build/minidump_stackwalk.tar.xz
|
|
run:
|
|
index-search:
|
|
- gecko.cache.level-3.toolchains.v3.linux64-minidump-stackwalk.latest
|