mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-03 23:15:31 +00:00
5aafb319d1
The mozilla-central ffmpeg toolchain (used in Bug 1613479/https://github.com/mozilla-mobile/fenix/pull/8780) has an
artifact that does not start with `public/build/` (it starts with just
`public/`). To easily support that, we want to set the `toolchain-artfiact`
attribute for that task.
We switched `index_search` to be a job-type in
[taskgraph](932b4cf48c
)
which pass through `attributes` from the task definition (and is also more
future proof for adding fenix-specific toolchain tasks). This updates taskgraph
and the consumers of the current toolchain.
18 lines
416 B
YAML
18 lines
416 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:
|
|
nightly:
|
|
description: "upstream nightly job"
|
|
run:
|
|
index-search:
|
|
- gecko.v2.mozilla-central.nightly.latest.mobile.android-x86_64-opt
|