fix: Add the kafka feature to the perf build

pull/24376/head
Carol (Nichols || Goulding) 2021-12-09 08:41:31 -05:00
parent beede9bd4e
commit bd919b52d6
No known key found for this signature in database
GPG Key ID: E907EE5A736F87D4
1 changed files with 1 additions and 1 deletions

View File

@ -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)