Skip to content

Commit 64f2854

Browse files
committed
Revert "travis: Compile trusty with depends for now"
Thus building against system rather than depends libs This reverts commit fa5ce3f.
1 parent 267eac0 commit 64f2854

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,12 @@ jobs:
100100
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-fuzz --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
101101
102102
- stage: test
103-
name: 'x86_64 Linux [GOAL: install] [trusty] [depends for now]'
103+
name: 'x86_64 Linux [GOAL: install] [trusty] [no depends, only system libs]'
104104
env: >-
105105
HOST=x86_64-unknown-linux-gnu
106106
DOCKER_NAME_TAG=ubuntu:14.04
107107
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"
108+
NO_DEPENDS=1
108109
RUN_FUNCTIONAL_TESTS=false
109110
GOAL="install"
110111
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no"

0 commit comments

Comments
 (0)