File tree Expand file tree Collapse file tree 5 files changed +2
-29
lines changed Expand file tree Collapse file tree 5 files changed +2
-29
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ dist: trusty
3
3
os : linux
4
4
language : minimal
5
5
cache :
6
+ ccache : true
6
7
directories :
7
8
- depends/built
8
9
- depends/sdk-sources
@@ -68,7 +69,7 @@ script:
68
69
- if [ -n "$USE_SHELL" ]; then export CONFIG_SHELL="$USE_SHELL"; fi
69
70
- OUTDIR=$BASE_OUTDIR/$TRAVIS_PULL_REQUEST/$TRAVIS_JOB_NUMBER-$HOST
70
71
- BITCOIN_CONFIG_ALL="--disable-dependency-tracking --prefix=$TRAVIS_BUILD_DIR/depends/$HOST --bindir=$OUTDIR/bin --libdir=$OUTDIR/lib"
71
- - if [ -z "$NO_DEPENDS" ]; then depends/$HOST/native/bin/ ccache --max-size=$CCACHE_SIZE; fi
72
+ - if [ -z "$NO_DEPENDS" ]; then ccache --max-size=$CCACHE_SIZE; fi
72
73
- test -n "$USE_SHELL" && eval '"$USE_SHELL" -c "./autogen.sh"' || ./autogen.sh
73
74
- mkdir build && cd build
74
75
- ../configure --cache-file=config.cache $BITCOIN_CONFIG_ALL $BITCOIN_CONFIG || ( cat config.log && false)
Original file line number Diff line number Diff line change @@ -64,7 +64,6 @@ LDFLAGS="-L$depends_prefix/lib $LDFLAGS"
64
64
CC="@CC@"
65
65
CXX="@CXX@"
66
66
OBJC="${CC}"
67
- CCACHE=$depends_prefix/native/bin/ccache
68
67
PYTHONPATH=$depends_prefix/native/lib/python/dist-packages:$PYTHONPATH
69
68
70
69
if test -n "@AR@"; then
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
packages: =boost openssl libevent zeromq
2
- native_packages := native_ccache
3
2
4
3
qt_native_packages = native_protobuf
5
4
qt_packages = qrencode protobuf zlib
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
7
7
| --- | --- | --- | --- | --- | --- |
8
8
| Berkeley DB | [ 4.8.30] ( http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html ) | 4.8.x | No | | |
9
9
| Boost | [ 1.64.0] ( http://www.boost.org/users/download/ ) | [ 1.47.0] ( https://github.com/bitcoin/bitcoin/pull/8920 ) | No | | |
10
- | ccache | [ 3.3.6] ( https://ccache.samba.org/download.html ) | | No | | |
11
10
| Clang | | [ 3.3+] ( http://llvm.org/releases/download.html ) (C++11 support) | | | |
12
11
| D-Bus | [ 1.10.18] ( https://cgit.freedesktop.org/dbus/dbus/tree/NEWS?h=dbus-1.10 ) | | No | Yes | |
13
12
| Expat | [ 2.2.5] ( https://libexpat.github.io/ ) | | No | Yes | |
You can’t perform that action at this time.
0 commit comments