Changeset View
Changeset View
Standalone View
Standalone View
contrib/teamcity/build-configurations.yml
| Show First 20 Lines • Show All 432 Lines • ▼ Show 20 Lines | build-ubsan: | ||||
| env: | env: | ||||
| UBSAN_OPTIONS: log_path=stdout | UBSAN_OPTIONS: log_path=stdout | ||||
| build-win64: | build-win64: | ||||
| cross_build: | cross_build: | ||||
| static_depends: win64 | static_depends: win64 | ||||
| toolchain: Win64 | toolchain: Win64 | ||||
| cmake_flags: | cmake_flags: | ||||
| - '-DBUILD_BITCOIN_CHRONIK=ON' | # Since Rust 1.70 we get a ton of warnings due to static libs compiled by | ||||
| # Rust (with LLVM) containing '.drectve' directives that are unsupported | |||||
| # by MinGw. As a result the chronik build is disabled for now. | |||||
| # See https://github.com/rust-lang/rust/issues/112368 | |||||
| # - "-DBUILD_BITCOIN_CHRONIK=ON" | |||||
| - "-DBUILD_BITCOIN_SEEDER=OFF" | - "-DBUILD_BITCOIN_SEEDER=OFF" | ||||
| - "-DCPACK_STRIP_FILES=ON" | - "-DCPACK_STRIP_FILES=ON" | ||||
| - "-DUSE_JEMALLOC=OFF" | - "-DUSE_JEMALLOC=OFF" | ||||
| targets: | targets: | ||||
| - - all | - - all | ||||
| - install | - install | ||||
| - install-secp256k1 | - install-secp256k1 | ||||
| # install-tests is broken on debian bullseye because the leveldb tests | # install-tests is broken on debian bullseye because the leveldb tests | ||||
| ▲ Show 20 Lines • Show All 269 Lines • Show Last 20 Lines | |||||