MarcoFalke
11115169a1
ci: Build fuzz with libsqlite3-dev
2021-10-28 13:32:47 +01:00
MarcoFalke
fa0a5fa744
ci: Fuzz with -ftrivial-auto-var-init=pattern
2021-08-31 13:42:28 +02:00
Sjors Provoost
5be90c907e
build: enable external signer by default
2021-06-16 10:48:57 +02:00
windsok
6f6bb3ebc7
test: fix file permissions on various scripts
...
Updates permissions on files to comply with the new test added in the following commit
2021-04-23 17:13:28 -07:00
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
cad8b527ea
build: explicitly install libboost-dev package
...
This package is currently installed as a side-effect of installing our
other libboost-*-dev packages. However as those continue to dissapear,
it makes sense to install boost dev explicitly.
2021-02-17 09:04:20 +08:00
fanquake
060a2a64d4
ci: remove boost thread installation
...
Adjust fuzzbuzz.yml to only install the Boost components we need.
2021-02-02 12:38:22 +08:00
MarcoFalke
faff3991a9
ci: Fuzz with integer sanitizer
2021-01-26 12:50:43 +01: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
Hennadii Stepanov
fdf697fe75
ci: Increase CCACHE_SIZE in some builds on Travis
2020-07-14 20:41:17 +03:00
Vasil Dimov
0012471391
build: turn on --enable-c++17 by --enable-fuzz
...
Fuzzing code uses C++17 specific code (e.g. std::optional), so it is not
possible to compile with --enable-fuzz and without --enable-c++17.
Thus, turn on --enable-c++17 whenever --enable-fuzz is used.
2020-06-05 11:50:34 +02:00
Harris
420fa0770f
fuzz: use std::optional for sep_pos variable
...
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
2020-05-09 11:09:52 +02: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
faa9491870
ci: Use Focal for fuzzers
2020-03-30 18:57:59 -04:00
fanquake
e21fa542b1
test: remove Boost Chrono installation from CI
2020-03-07 08:34:31 +08:00
fanquake
9e111db088
test: set a name for CI Docker containers
2020-02-10 20:03:52 +08:00
Wladimir J. van der Laan
ea3c7e585c
test: Remove libssl-dev packages from CI scripts
2019-11-19 15:04:43 +01:00
MarcoFalke
fa6e01b2f3
ci: Use clang-8 for fuzzing to run on aarch64 ci systems
2019-11-13 17:53:04 -05:00
MarcoFalke
fa8a60bce9
ci: Run non-cross-compile builds natively
2019-11-04 14:10:24 -05:00