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()
|
||||
print('building IOx')
|
||||
|
||||
features = []
|
||||
features = ['kafka']
|
||||
if build_with_aws:
|
||||
features.append('aws')
|
||||
features = ','.join(features)
|
||||
|
|
Loading…
Reference in New Issue