mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-01-06 01:00:13 +01:00
coverity: use gzip instead of lzma to compress the coverity data
lzma is not available in the fedora image that we use... what was I thinking?
This commit is contained in:
parent
b7294e0695
commit
b0f35427a9
1 changed files with 2 additions and 2 deletions
|
|
@ -149,10 +149,10 @@ build_with_coverity:
|
|||
--xml-option=append_arg@C:--ppp_translator
|
||||
--xml-option=append_arg@C:"replace/GLIB_(DEPRECATED|AVAILABLE)_ENUMERATOR_IN_\d_\d\d(_FOR\(\w+\)|)\s+=/ ="
|
||||
- cov-build --dir cov-int --config coverity_conf.xml ninja -C "$WP_BUILD_DIR"
|
||||
- tar caf wireplumber.tar.lzma cov-int
|
||||
- tar caf wireplumber.tar.gz cov-int
|
||||
- curl https://scan.coverity.com/builds?project=$COVERITY_SCAN_PROJECT_NAME
|
||||
--form token=$COVERITY_SCAN_TOKEN --form email=$GITLAB_USER_EMAIL
|
||||
--form file=@wireplumber.tar.lzma --form version="`git describe --tags`"
|
||||
--form file=@wireplumber.tar.gz --form version="`git describe --tags`"
|
||||
--form description="`git describe --tags` / $CI_COMMIT_TITLE / $CI_COMMIT_REF_NAME:$CI_PIPELINE_ID "
|
||||
artifacts:
|
||||
name: wireplumber-coverity-$CI_COMMIT_SHA
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue