Skip to content

Commit

Permalink
ci: Use libs from distro where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Aug 13, 2024
1 parent 39e29db commit c4c79c7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/alpine.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ scons -Q \
--enable-tests \
--enable-benchmarks \
--enable-examples \
--build-3rdparty=openfec,cpputest,google-benchmark \
--build-3rdparty=openfec,google-benchmark \
test
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/archlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ scons -Q \
--enable-benchmarks \
--enable-examples \
--enable-doxygen \
--build-3rdparty=openfec,cpputest,google-benchmark:1.5.5 \
--build-3rdparty=openfec,cpputest \
test
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ scons -Q \
--enable-benchmarks \
--enable-examples \
--enable-doxygen \
--build-3rdparty=libuv,openfec,cpputest \
--build-3rdparty=libuv,openfec \
test
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/fedora.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ scons -Q \
--enable-benchmarks \
--enable-examples \
--enable-doxygen \
--build-3rdparty=openfec,cpputest \
--build-3rdparty=openfec \
test
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/ubuntu-18.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ do
--enable-benchmarks \
--enable-examples \
--enable-doxygen \
--build-3rdparty=openfec,google-benchmark \
--build-3rdparty=openfec,cpputest,google-benchmark \
--compiler=${comp} \
test
done
2 changes: 1 addition & 1 deletion scripts/ci_checks/linux-x86_64/ubuntu-20.04.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ do
--enable-tests \
--enable-benchmarks \
--enable-examples \
--build-3rdparty=openfec \
--build-3rdparty=openfec,cpputest \
--compiler=${comp} \
test
done

0 comments on commit c4c79c7

Please sign in to comment.