mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-05 23:18:47 +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/7815>
This commit is contained in:
parent
377b4525d9
commit
ff302eb1fe
1 changed files with 1 additions and 0 deletions
|
@ -231,6 +231,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