Skip to content

Commit

Permalink
Removing libarchive from defaults
Browse files Browse the repository at this point in the history
Required-githooks: true

Change-Id: I8f0f0cad6bd3fbad74c2a66d31145695339d38e5
Signed-off-by: Jeff Olivier <jeffolivier@google.com>
  • Loading branch information
jolivier23 committed Jul 2, 2024
1 parent 9e1e8ad commit ab94708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site_scons/prereq_tools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def run_build(self, opts):
# argobots is not really needed by client but it's difficult to separate
common_reqs = ['ucx', 'ofi', 'hwloc', 'mercury', 'boost', 'uuid', 'crypto', 'protobufc',
'lz4', 'isal', 'isal_crypto']
client_reqs = ['fuse', 'json-c', 'capstone', 'aio', 'archive']
client_reqs = ['fuse', 'json-c', 'capstone', 'aio']
server_reqs = ['argobots', 'pmdk', 'spdk', 'ipmctl']
test_reqs = ['cmocka']

Expand Down

0 comments on commit ab94708

Please sign in to comment.