component/buildhelp wanted
倉庫指標
- 星標
- (15,922 顆星)
- PR 合併指標
- (平均合併 28天 9小時) (30 天內合併 68 個 PR)
描述
When running make test the final output includes some warnings from jemalloc:
<jemalloc>: Invalid conf pair: prof:true
<jemalloc>: Invalid conf pair: prof_active:false
Compiling tikv v3.0.0-alpha (file:///home/ubuntu/tikv)
<jemalloc>: Invalid conf pair: prof:true===========================> ] 324/325: tikv
<jemalloc>: Invalid conf pair: prof_active:false
Finished dev [unoptimized + debuginfo] target(s) in 2.53s
Running target/debug/deps/tikv_server-5064314418c1d791
<jemalloc>: Invalid conf pair: prof:true
<jemalloc>: Invalid conf pair: prof_active:false
This probably happened as a result of the recent jemalloc upgrade. Figure out what the purpose of these configurations are and redo them in a compatible way.