fix: Add the kafka feature to the perf build
parent
beede9bd4e
commit
bd919b52d6
|
@ -397,7 +397,7 @@ def cargo_build_iox(debug=False, build_with_aws=True):
|
||||||
t = time.time()
|
t = time.time()
|
||||||
print('building IOx')
|
print('building IOx')
|
||||||
|
|
||||||
features = []
|
features = ['kafka']
|
||||||
if build_with_aws:
|
if build_with_aws:
|
||||||
features.append('aws')
|
features.append('aws')
|
||||||
features = ','.join(features)
|
features = ','.join(features)
|
||||||
|
|
Loading…
Reference in New Issue