mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-05 21:48:31 +02:00
gitlab-ci: update ci-templates, fedora version and coverity version
This commit is contained in:
parent
2a6902a634
commit
0e3505c740
1 changed files with 5 additions and 5 deletions
|
|
@ -10,8 +10,8 @@ variables:
|
|||
# change to build against a different tag or branch of pipewire
|
||||
PIPEWIRE_HEAD: 'master'
|
||||
|
||||
# ci-templates as of Mar 19th 2021
|
||||
.templates_sha: &templates_sha 290b79e0e78eab67a83766f4e9691be554fc4afd
|
||||
# ci-templates as of Jan 27th 2022
|
||||
.templates_sha: &templates_sha 0c312d9c7255f46e741d43bcd1930f09cd12efe7
|
||||
|
||||
include:
|
||||
- project: 'freedesktop/ci-templates'
|
||||
|
|
@ -24,8 +24,8 @@ include:
|
|||
.fedora:
|
||||
variables:
|
||||
# Update this tag when you want to trigger a rebuild
|
||||
FDO_DISTRIBUTION_TAG: '2021-10-26.0'
|
||||
FDO_DISTRIBUTION_VERSION: '34'
|
||||
FDO_DISTRIBUTION_TAG: '2022-02-16.0'
|
||||
FDO_DISTRIBUTION_VERSION: '35'
|
||||
# findutils: used by the .build script below
|
||||
# dbus-devel: required by pipewire
|
||||
# dbus-daemon: required by GDBus unit tests
|
||||
|
|
@ -83,7 +83,7 @@ include:
|
|||
FDO_DISTRIBUTION_EXEC: >-
|
||||
mkdir -p /opt ;
|
||||
cd /opt ;
|
||||
curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/linux64
|
||||
curl -o /tmp/cov-analysis-linux64.tgz https://scan.coverity.com/download/cxx/linux64
|
||||
--form project=$COVERITY_SCAN_PROJECT_NAME --form token=$COVERITY_SCAN_TOKEN ;
|
||||
tar xf /tmp/cov-analysis-linux64.tgz ;
|
||||
mv cov-analysis-linux64-* coverity ;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue