Skip to content

Commit bb36f5e

Browse files
author
MarcoFalke
committed
Merge #15276: travis: Compile once on trusty
fa5ce3f travis: Compile trusty with depends for now (MarcoFalke) fa83999 travis: Compile once on trusty (MarcoFalke) Pull request description: To avoid accidentally regressing again on #15172, we should compile at least once with gcc4.8 (the minimum required version) Note that this uses the trusty image, which will be removed in a few months from the docker hub, so in the future it had to be switched to the centos7 (or similar) image, which should come with gcc4.8 as well. Tree-SHA512: 9d1704464bde8dbaf3319ac35f72d32dce549818730d3b2fb63df817f84a88dd64aa3419b97a57c1120ffb254784503b7d2675b1291d4ed073cd2a2488aa717d
2 parents 9553102 + fa5ce3f commit bb36f5e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@ jobs:
9999
GOAL="install"
100100
BITCOIN_CONFIG="--enable-zmq --with-gui=qt5 --enable-fuzz --enable-glibc-back-compat --enable-reduce-exports --enable-debug CXXFLAGS=\"-g0 -O2\""
101101
102+
- stage: test
103+
name: 'x86_64 Linux [GOAL: install] [trusty] [depends for now]'
104+
env: >-
105+
HOST=x86_64-unknown-linux-gnu
106+
DOCKER_NAME_TAG=ubuntu:14.04
107+
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+
RUN_FUNCTIONAL_TESTS=false
109+
GOAL="install"
110+
BITCOIN_CONFIG="--enable-zmq --with-incompatible-bdb --with-gui=no"
111+
102112
- stage: test
103113
name: 'x86_64 Linux [GOAL: install] [xenial] [no depends, only system libs, sanitizers: thread (TSan), no wallet]'
104114
env: >-

0 commit comments

Comments
 (0)