diff options
| author | Ben Woosley <[email protected]> | 2019-01-30 15:18:30 -0800 |
|---|---|---|
| committer | Ben Woosley <[email protected]> | 2019-01-31 22:10:55 -0800 |
| commit | 64f28545e373defca8ed3d0b6f2856d8433b6dba (patch) | |
| tree | c533a81ee007de1938a3955ab4ac98af05eb73fc | |
| parent | Prefer boost::optional#get_value_or over #value_or (diff) | |
| download | discoin-64f28545e373defca8ed3d0b6f2856d8433b6dba.tar.xz discoin-64f28545e373defca8ed3d0b6f2856d8433b6dba.zip | |
Revert "travis: Compile trusty with depends for now"
Thus building against system rather than depends libs
This reverts commit fa5ce3f10ea98e5cd6bdd829b5b7b8fd2736d286.
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8bfe39ed8..59b900002 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,11 +100,12 @@ jobs: BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-fuzz --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\"" - stage: test - name: 'x86_64 Linux [GOAL: install] [trusty] [depends for now]' + name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]' env: >- HOST=x86_64-unknown-linux-gnu DOCKER_NAME_TAG=ubuntu:14.04 PACKAGES="python3-zmq qtbase5-dev qttools5-dev-tools libicu-dev libpng-dev libssl-dev libevent-dev bsdmainutils libboost-system-dev libboost-filesystem-dev libboost-chrono-dev libboost-test-dev libboost-thread-dev libdb5.1++-dev libminiupnpc-dev libzmq3-dev libprotobuf-dev protobuf-compiler libqrencode-dev" + NO_DEPENDS=1 RUN_FUNCTIONAL_TESTS=false GOAL="install" BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no" |