mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
jenkins: only use contrib for iax
Rationale: Ideally we shouldn't use contrib at all on deb-based systems, but IAX is an important albeit unpackaged feature. Refs #56654 Change-Id: I43fd98dd88d607456b355c44232e74e266d22730
This commit is contained in:

committed by
Adrien Béraud

parent
258108af52
commit
cda42bc0d6
@ -119,9 +119,11 @@ function build_contrib {
|
||||
mkdir -p native
|
||||
pushd native
|
||||
../bootstrap
|
||||
# list dependencies which will be added
|
||||
# list dependencies that aren't detected by contrib
|
||||
make list
|
||||
make
|
||||
# XXX: only build iax since it's not packaged, we don't want contrib
|
||||
# for anything else
|
||||
make .iax
|
||||
popd
|
||||
else
|
||||
# We're on 1.4.x
|
||||
|
Reference in New Issue
Block a user