Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVivia Nikolaidou <vivia@ahiru.eu>2022-03-30 16:16:25 +0300
committerVivia Nikolaidou <vivia@ahiru.eu>2022-03-30 16:16:25 +0300
commitd48d732038de5f1b250a99685555785104214920 (patch)
tree78ce205d183001ef4ff1ba55002aa32191d2cc01 /.gitlab-ci.yml
parent5dab4bc5028f4cf5b5bcacf7e3afb3bbfd1ebb9b (diff)
.gitlab-ci.yml: Fix deprecated -Zinstrument-coverage switch
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b63c81ba6..118dbd047 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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/'