index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ci
/
test
/
00_setup_env_native_msan.sh
Age
Commit message (
Expand
)
Author
2025-01-02
ci: Run functional tests in msan task
MarcoFalke
2024-09-12
ci: Bump default CCACHE_MAXSIZE to 500M
MarcoFalke
2024-09-02
ci: Do not override `-g -O1` set in `MSAN_FLAGS`
Hennadii Stepanov
2024-08-16
ci: Migrate CI scripts to CMake
Hennadii Stepanov
2024-04-09
ci: disable _FORTIFY_SOURCE with MSAN
fanquake
2024-04-06
ci: remove --with-asm usage (secp256k1)
fanquake
2024-04-05
ci: Drop duplicated compiler flags
Hennadii Stepanov
2024-03-19
ci: Bump msan to llvm-18
MarcoFalke
2024-01-26
ci: Use DEBUG=1 in depends for MSAN jobs
fanquake
2024-01-11
ci: move CMake into base packages
fanquake
2023-08-23
ci: Add missing docker.io prefix to CI_IMAGE_NAME_TAG
MarcoFalke
2023-08-09
ci: Drop BASE_SCRATCH_DIR from LIBCXX_DIR
MarcoFalke
2023-07-30
ci: Use documented `CCACHE_MAXSIZE` instead of `CCACHE_SIZE`
Hennadii Stepanov
2023-06-08
ci: Invalidate Cirrus CI docker cache
MarcoFalke
2023-05-29
ci: return to using Ubuntu 22.04 in MSAN jobs
fanquake
2023-05-29
ci: compile clang and compiler-rt in MSAN jobs
fanquake
2023-05-29
ci: remove extra CC & CXX from MSAN jobs
fanquake
2023-05-29
ci: standardize custom libc++ usage in MSAN jobs
fanquake
2023-04-10
test: LLVM/Clang 16 for MSAN jobs
fanquake
2023-01-30
Merge bitcoin/bitcoin#23619: build: Propagate user-defined flags to host pack...
fanquake
2023-01-11
scripted-diff: ci: Rework docker naming
MarcoFalke
2022-12-24
scripted-diff: Bump copyright headers
Hennadii Stepanov
2022-12-20
ci: remove --prefix from msan job
fanquake
2022-04-16
ci: Drop no longer needed package-specific flags
Hennadii Stepanov
2022-03-30
ci: Use clang-12 and libcxx-12 for msan
MarcoFalke
2022-03-29
ci: note why BDB is disabled for MSAN jobs
fanquake
2022-03-29
ci: remove explicit --enable-wallet from msan job
fanquake
2022-03-10
ci: remove compiled-but-unused BDB from MSAN job
fanquake
2022-02-18
ci: remove boost_cxxflags from MSAN CIs
fanquake
2021-12-30
scripted-diff: Bump copyright headers
Hennadii Stepanov
2021-05-05
ci: Properly pass msan cflags
MarcoFalke
2021-05-05
Merge bitcoin/bitcoin#21740: test: add new python linter to check file names ...
W. J. van der Laan
2021-05-04
ci: Set BASE_SCRATCH_DIR early, so that it can be used in test configs
MarcoFalke
2021-04-23
test: fix file permissions on various scripts
windsok
2020-11-24
depends: build zeromq with -std=c++17
fanquake
2020-11-24
depends: build Boost with -std=c++17
fanquake
2020-10-14
Add sqlite to travis and depends
Andrew Chow
2020-07-14
ci: Increase CCACHE_SIZE in some builds on Travis
Hennadii Stepanov
2020-06-23
build: Add MemorySanitizer (MSan) in Travis to detect use of uninitialized me...
practicalswift