mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
ci: tag rustfmt job as placeholder job
Not really cpu bound and should finish quickly in any case. Reduces wait time for initial stage and contention with the normal job queue. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7810>
This commit is contained in:
parent
2cc32434ad
commit
0d8596fafc
1 changed files with 1 additions and 0 deletions
|
@ -292,6 +292,7 @@ rustfmt:
|
|||
stage: 'preparation'
|
||||
needs:
|
||||
- "fedora amd64 docker"
|
||||
tags: [ 'placeholder-job' ]
|
||||
script:
|
||||
- export RUSTUP_HOME="/usr/local/rustup"
|
||||
- export PATH="/usr/local/cargo/bin:$PATH"
|
||||
|
|
Loading…
Reference in a new issue