Commit Graph

35 Commits (master)

Author SHA1 Message Date
fanquake c1832584bf
ci: add LLVM_SYMBOLIZER_PATH to Valgrind fuzz job
1 month ago
MarcoFalke fa146904e1
ci: Bump default CCACHE_MAXSIZE to 500M
2 months ago
Hennadii Stepanov 9730288a0c
ci: Migrate CI scripts to CMake
3 months ago
fanquake ad21f22948
ci: use clang-16 for Valgrind
7 months ago
fanquake 1dc2c9b385
ci: cleanup C*FLAG usage in Valgrind jobs
10 months ago
MarcoFalke fab7f5c01d
ci: Add missing docker.io prefix to CI_IMAGE_NAME_TAG
1 year ago
Hennadii Stepanov 79ceb161db
ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE`
1 year ago
MarcoFalke fa4ccf1511
ci: Add missing -O2 to valgrind tasks
1 year ago
fanquake 248a17addf
ci: remove duplicate python3 from CI configs
1 year ago
fanquake b50767fdde
ci: remove duplicate bsdmainutils from CI configs
1 year ago
fanquake 2c60826b50
ci: explicitly install libclang-rt-dev in valgrind jobs
2 years ago
fanquake ba29143d98
ci: use Debian Bookworm and Valgrind 3.19 in Valgrind jobs
2 years ago
MarcoFalke fa5dccba32
scripted-diff: ci: Rework docker naming
2 years ago
Hennadii Stepanov 306ccd4927
scripted-diff: Bump copyright headers
2 years ago
fanquake cc5b39e44e
ci: better pin to dwarf4 in valgrind job
2 years ago
fanquake b0740fdcb8
ci: use DWARF-4 for Valgrind CI job
3 years ago
fanquake 2ab4fbe375
Merge bitcoin/bitcoin#24292: Revert "ci: Run fuzzer task for the master branch only"
3 years ago
fanquake 39e66e938f
build: use header-only Boost unit test
3 years ago
MarcoFalke fa27745ccb
ci: Bump fuzz tasks to jammy
3 years ago
fanquake 07269321f3
build: remove Boost::system usage
3 years ago
Kiminuo b87f9c5edf
build: remove boost::filesystem usage
3 years ago
Hennadii Stepanov f47dda2c58
scripted-diff: Bump copyright headers
3 years ago
MarcoFalke 11115169a1
ci: Build fuzz with libsqlite3-dev
3 years ago
windsok 6f6bb3ebc7 test: fix file permissions on various scripts
4 years ago
fanquake cad8b527ea
build: explicitly install libboost-dev package
4 years ago
fanquake 060a2a64d4
ci: remove boost thread installation
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
4 years ago
Harris 420fa0770f
fuzz: use std::optional for sep_pos variable
5 years ago
MarcoFalke fa488f131f
scripted-diff: Bump copyright headers
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
practicalswift 12a2f37718 util: Avoid potential uninitialized read in FormatISO8601DateTime(int64_t nTime) by checking gmtime_s/gmtime_r return value
5 years ago
practicalswift 733bbec34f tests: Add --exclude integer,parse_iso8601 (temporarily) to make Travis pass until uninitialized read issue in FormatISO8601DateTime is fixed
5 years ago
practicalswift a3b539a924 ci: Run fuzz testing test cases under valgrind
5 years ago