Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F13115164
D13221.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D13221.diff
View Options
diff --git a/contrib/teamcity/build-configurations.yml b/contrib/teamcity/build-configurations.yml
--- a/contrib/teamcity/build-configurations.yml
+++ b/contrib/teamcity/build-configurations.yml
@@ -200,7 +200,7 @@
static_depends: linux32
toolchain: Linux32
cmake_flags:
- - '-DBUILD_BITCOIN_CHRONIK=ON'
+ - '-DBUILD_BITCOIN_CHRONIK=OFF'
templates:
- check+secp256k1
timeout: 3600
@@ -210,7 +210,7 @@
static_depends: linux64
toolchain: Linux64
cmake_flags:
- - '-DBUILD_BITCOIN_CHRONIK=ON'
+ - '-DBUILD_BITCOIN_CHRONIK=OFF'
templates:
- check+secp256k1
timeout: 3600
@@ -221,7 +221,7 @@
toolchain: LinuxAArch64
emulator: qemu-aarch64-static
cmake_flags:
- - '-DBUILD_BITCOIN_CHRONIK=ON'
+ - '-DBUILD_BITCOIN_CHRONIK=OFF'
# The ZMQ functional test will fail with qemu (due to a qemu limitation),
# so disable it to avoid the failure.
# Extracted from stderr:
@@ -252,7 +252,7 @@
toolchain: LinuxARM
emulator: qemu-arm-static
cmake_flags:
- - '-DBUILD_BITCOIN_CHRONIK=ON'
+ - '-DBUILD_BITCOIN_CHRONIK=OFF'
# The ZMQ functional test will fail with qemu (due to a qemu limitation),
# so disable it to avoid the failure.
# Extracted from stderr:
@@ -385,7 +385,7 @@
static_depends: win64
toolchain: Win64
cmake_flags:
- - '-DBUILD_BITCOIN_CHRONIK=ON'
+ - '-DBUILD_BITCOIN_CHRONIK=OFF'
- "-DBUILD_BITCOIN_SEEDER=OFF"
- "-DCPACK_STRIP_FILES=ON"
- "-DUSE_JEMALLOC=OFF"
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Mar 1, 10:03 (4 h, 38 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5182721
Default Alt Text
D13221.diff (1 KB)
Attached To
D13221: [CI] Unbreak the cross builds
Event Timeline
Log In to Comment