mirror of
https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
synced 2024-11-25 04:51:26 +00:00
.gitlab-ci.yml: Fix deprecated -Zinstrument-coverage switch
This commit is contained in:
parent
5dab4bc502
commit
d48d732038
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ coverage:
|
|||
rules:
|
||||
- when: 'always'
|
||||
variables:
|
||||
RUSTFLAGS: "-Zinstrument-coverage"
|
||||
RUSTFLAGS: "-Cinstrument-coverage"
|
||||
LLVM_PROFILE_FILE: "gst-plugins-rs-%p-%m.profraw"
|
||||
# csound-sys only looks at /usr/lib and /usr/local top levels
|
||||
CSOUND_LIB_DIR: '/usr/lib/x86_64-linux-gnu/'
|
||||
|
|
Loading…
Reference in a new issue