Skip to content
This repository was archived by the owner on May 31, 2025. It is now read-only.

Commit 31434a8

Browse files
Tweak build configurations.
--disable-tcache is no longer supported. Start testing the malloc-conf version instead. Add background_thread:true to the tested configurations.
1 parent f41f86c commit 31434a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bb_master_config/master.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ configurations = [
125125
["--enable-debug"],
126126
["--enable-debug", "--enable-prof"],
127127
["--enable-debug", "--disable-stats"],
128-
["--enable-debug", "--disable-tcache"],
128+
['--enable-debug', '--with-malloc-conf=tcache:false'],
129+
['--enable-debug', '--with-malloc-conf=background_thread:true'],
129130
]
130131

131132
ALL_BUILDER_NAMES = []

0 commit comments

Comments
 (0)