File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel
10
10
export DOCKER_NAME_TAG=ubuntu:18.04 # Use bionic to have one config run the tests in python3.6, see doc/dependencies.md
11
- export PACKAGES=" python3-zmq clang-7 llvm-7 libc++abi-7 -dev libc++-7 -dev" # Use clang-7 to test C++17 compatibility, see doc/dependencies.md
12
- export DEP_OPTS=" NO_WALLET=1 CC=clang-7 CXX='clang++-7 -stdlib=libc++'"
11
+ export PACKAGES=" python3-zmq clang-8 llvm-8 libc++abi-8 -dev libc++-8 -dev" # Use clang-8 to test C++17 compatibility, see doc/dependencies.md
12
+ export DEP_OPTS=" NO_WALLET=1 CC=clang-8 CXX='clang++-8 -stdlib=libc++'"
13
13
export GOAL=" install"
14
- export BITCOIN_CONFIG=" --enable-reduce-exports CC=clang-7 CXX='clang++-7 -stdlib=libc++' --enable-experimental-util-chainstate"
14
+ export BITCOIN_CONFIG=" --enable-reduce-exports CC=clang-8 CXX='clang++-8 -stdlib=libc++' --enable-experimental-util-chainstate"
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
7
7
| --- | --- | --- | --- | --- | --- |
8
8
| Berkeley DB | [ 4.8.30] ( https://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html ) | 4.8.x | No | | |
9
9
| Boost | [ 1.77.0] ( https://www.boost.org/users/download/ ) | [ 1.64.0] ( https://github.com/bitcoin/bitcoin/pull/22320 ) | No | | |
10
- | Clang< sup > [ \* ] ( #note1 ) </ sup > | | [ 7 .0] ( https://releases.llvm.org/download.html ) (C++17 & std::filesystem support) | | | |
10
+ | Clang | | [ 8 .0] ( https://releases.llvm.org/download.html ) (C++17 & std::filesystem support) | | | |
11
11
| Fontconfig | [ 2.12.6] ( https://www.freedesktop.org/software/fontconfig/release/ ) | | No | Yes | |
12
12
| FreeType | [ 2.11.0] ( https://download.savannah.gnu.org/releases/freetype ) | | No | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) (Android only) |
13
13
| GCC | | [ 8.1] ( https://gcc.gnu.org/ ) (C++17 & std::filesystem support) | | | |
@@ -28,8 +28,6 @@ These are the dependencies currently used by Bitcoin Core. You can find instruct
28
28
| ZeroMQ | [ 4.3.1] ( https://github.com/zeromq/libzmq/releases ) | 4.0.0 | No | | |
29
29
| zlib | | | | | [ Yes] ( https://github.com/bitcoin/bitcoin/blob/master/depends/packages/qt.mk ) |
30
30
31
- <a name =" note1 " >Note \* </a > : When compiling with ` -stdlib=libc++ ` , the minimum supported libc++ version is 7.0.
32
-
33
31
Controlling dependencies
34
32
------------------------
35
33
Some dependencies are not needed in all configurations. The following are some factors that affect the dependency list.
You can’t perform that action at this time.
0 commit comments