Skip to content
Snippets Groups Projects
Commit cda42bc0 authored by Tristan Matthews's avatar Tristan Matthews Committed by Adrien Béraud
Browse files

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
parent 258108af
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment