Sjors Provoost
b0db187e5b
ci: use --enable-external-signer instead of --with-boost-process
...
An earlier version of #16546 used both --with-boost-process and --enable-external-signer, which was simplified to only use the latter. However I forgot to update CI, so the external signer tests were not run.
2021-04-08 17:56:00 +02:00
fanquake
ccb7b6a976
contrib: run test-symbol check for RISCV
...
Now that we are using Focal for Gitian building (glibc 2.31), we can
user a newer introduced symbol, and include RISCV in this test.
2021-02-22 08:35:06 +08:00
Dan Benjamin
32cbb06676
build: build fuzz tests by default.
...
This fixes issue #19388 . The changes are as follows:
- Add a new flag to configure, --enable-fuzz-binary, which allows building test/fuzz/fuzz regardless of whether we are building to do actual fuzzing
- Set -DPROVIDE_MAIN_FUNCTION whenever --enable-fuzz is no
- Add the following libraries to FUZZ_SUITE_LD_COMMON:
- LIBBITCOIN_WALLET
- SQLLITE_LIBS
- BDB_LIBS
- if necessary, some or all of:
- NATPMP_LIBS
- MINIUPNPC_LIBS
- LIBBITCOIN_ZMQ / ZMQ_LIBS
2021-02-05 19:52:45 -05:00
Hennadii Stepanov
a8d9f275d0
net: Add libnatpmp support
2021-01-07 18:07:09 +02:00
MarcoFalke
faaee810e6
build: Require C++17 compiler
2020-11-18 15:15:04 +01:00
MarcoFalke
faf58ab139
ci: Add --with-libs=no to one ci config
2020-10-26 14:18:50 +01:00
Hennadii Stepanov
0374e821bd
util: Hard code previous release tarball checksums
2020-08-29 11:28:53 +03:00
Sjors Provoost
c17f54ee53
[ci] use boost::process
...
Explictly opt-out on win64, in case the default changes.
2020-07-31 13:38:10 +02:00
MarcoFalke
fa05f44893
ci: Upgrade most ci configs to focal
2020-06-19 10:44:11 -04:00
fanquake
968aaae940
tests: run test-security-check.py in CI
2020-06-16 19:52:30 +08:00
MarcoFalke
faf1c3cc58
test: Replace TEST_PREVIOUS_RELEASES env var with test_framework option
2020-05-21 07:47:46 -04:00
Sjors Provoost
d135c29476
[ci] make list of previous releases to download a setting
...
Co-Authored-By: MarcoFalke <falke.marco@gmail.com>
2020-05-08 16:13:29 +02:00
MarcoFalke
aaaacff107
ci: Merge C++17 build with one of the existing ones
2020-04-30 12:50:36 -04:00
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
2020-04-16 13:33:09 -04:00
MarcoFalke
fa7af33b4c
ci: Run unit tests sequential once
2020-04-08 22:16:55 +08:00
Sjors Provoost
8b1460dbd1
[tests] check v0.17.1 and v0.18.1 backwards compatibility
2020-02-11 21:46:21 +01:00
fanquake
9e111db088
test: set a name for CI Docker containers
2020-02-10 20:03:52 +08:00
MarcoFalke
fa8a60bce9
ci: Run non-cross-compile builds natively
2019-11-04 14:10:24 -05:00