File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ export PACKAGES="cmake llvm clang g++-multilib"
13
13
export DEP_OPTS=" DEBUG=1 MULTIPROCESS=1"
14
14
export GOAL=" install"
15
15
export BITCOIN_CONFIG=" --enable-debug CC='clang -m32' CXX='clang++ -m32' \
16
- LDFLAGS='--rtlib=compiler-rt -lgcc_s' CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
16
+ CPPFLAGS='-DBOOST_MULTI_INDEX_ENABLE_SAFE_MODE'"
17
17
export BITCOIND=bitcoin-node # Used in functional tests
Original file line number Diff line number Diff line change 7
7
export LC_ALL=C.UTF-8
8
8
9
9
export CONTAINER_NAME=ci_native_nowallet_libbitcoinkernel
10
- export CI_IMAGE_NAME_TAG=" docker.io/debian:bullseye "
11
- # Use minimum supported python3.9 and clang-13 , see doc/dependencies.md
12
- export PACKAGES=" python3-zmq clang-13 llvm-13 libc++abi-13 -dev libc++-13 -dev"
13
- export DEP_OPTS=" NO_WALLET=1 CC=clang-13 CXX='clang++-13 -stdlib=libc++'"
10
+ export CI_IMAGE_NAME_TAG=" docker.io/ubuntu:22.04 "
11
+ # Use minimum supported python3.9 (or best-effort 3.10) and clang-14 , see doc/dependencies.md
12
+ export PACKAGES=" python3-zmq clang-14 llvm-14 libc++abi-14 -dev libc++-14 -dev"
13
+ export DEP_OPTS=" NO_WALLET=1 CC=clang-14 CXX='clang++-14 -stdlib=libc++'"
14
14
export GOAL=" install"
15
15
export BITCOIN_CONFIG=" --enable-reduce-exports --enable-experimental-util-chainstate --with-experimental-kernel-lib --enable-shared"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ You can find installation instructions in the `build-*.md` file for your platfor
8
8
| --- | --- |
9
9
| [ Autoconf] ( https://www.gnu.org/software/autoconf/ ) | [ 2.69] ( https://github.com/bitcoin/bitcoin/pull/17769 ) |
10
10
| [ Automake] ( https://www.gnu.org/software/automake/ ) | [ 1.13] ( https://github.com/bitcoin/bitcoin/pull/18290 ) |
11
- | [ Clang] ( https://clang.llvm.org ) | [ 13 .0] ( https://github.com/bitcoin/bitcoin/pull/28210 ) |
11
+ | [ Clang] ( https://clang.llvm.org ) | [ 14 .0] ( https://github.com/bitcoin/bitcoin/pull/29208 ) |
12
12
| [ GCC] ( https://gcc.gnu.org ) | [ 10.1] ( https://github.com/bitcoin/bitcoin/pull/28348 ) |
13
13
| [ Python] ( https://www.python.org ) (scripts, tests) | [ 3.9] ( https://github.com/bitcoin/bitcoin/pull/28211 ) |
14
14
| [ systemtap] ( https://sourceware.org/systemtap/ ) ([ tracing] ( tracing.md ) )| N/A |
You can’t perform that action at this time.
0 commit comments