MarcoFalke
11115169a1
ci: Build fuzz with libsqlite3-dev
3 years ago
MarcoFalke
fa0a5fa744
ci: Fuzz with -ftrivial-auto-var-init=pattern
3 years ago
Sjors Provoost
5be90c907e
build: enable external signer by default
3 years ago
windsok
6f6bb3ebc7
test: fix file permissions on various scripts
...
Updates permissions on files to comply with the new test added in the following commit
4 years ago
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.
4 years ago
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.
4 years ago
fanquake
060a2a64d4
ci: remove boost thread installation
...
Adjust fuzzbuzz.yml to only install the Boost components we need.
4 years ago
MarcoFalke
faff3991a9
ci: Fuzz with integer sanitizer
4 years ago
Sjors Provoost
c17f54ee53
[ci] use boost::process
...
Explictly opt-out on win64, in case the default changes.
4 years ago
Hennadii Stepanov
fdf697fe75
ci: Increase CCACHE_SIZE in some builds on Travis
4 years ago
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.
4 years ago
Harris
420fa0770f
fuzz: use std::optional for sep_pos variable
...
Co-authored-by: MarcoFalke <falke.marco@gmail.com>
5 years ago
MarcoFalke
fa488f131f
scripted-diff: Bump copyright headers
...
-BEGIN VERIFY SCRIPT-
./contrib/devtools/copyright_header.py update ./
-END VERIFY SCRIPT-
5 years ago
MarcoFalke
faa9491870
ci: Use Focal for fuzzers
5 years ago
fanquake
e21fa542b1
test: remove Boost Chrono installation from CI
5 years ago
fanquake
9e111db088
test: set a name for CI Docker containers
5 years ago
Wladimir J. van der Laan
ea3c7e585c
test: Remove libssl-dev packages from CI scripts
5 years ago
MarcoFalke
fa6e01b2f3
ci: Use clang-8 for fuzzing to run on aarch64 ci systems
5 years ago
MarcoFalke
fa8a60bce9
ci: Run non-cross-compile builds natively
5 years ago