mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-11-19 04:45:59 +01:00
Problem: Travis requires sudo
sudo was required for for pkg-config libzmq build as cppzmq could not find not installed pkg-config libzmq. Solution: cppzmq to use cmake prefix paths for pkg config paths as well.
This commit is contained in:
@@ -4,6 +4,7 @@ language: cpp
|
||||
|
||||
dist: trusty
|
||||
cache: ccache
|
||||
sudo: false
|
||||
|
||||
matrix:
|
||||
include:
|
||||
@@ -24,7 +25,6 @@ matrix:
|
||||
|
||||
# GCC default, draft disabled, older libzmq with pkg-config
|
||||
- os: linux
|
||||
sudo: true
|
||||
env: ZMQ_VERSION=4.2.0 BUILD_TYPE=pkgconfig
|
||||
|
||||
# GCC default, draft disabled, default libzmq (defined in ci_build.sh)
|
||||
|
||||
Reference in New Issue
Block a user