Skip to content

Commit

Permalink
Disable unused options in libarchive
Browse files Browse the repository at this point in the history
Summary: This makes the build more robust since we don't actually use these.

Test Plan: existing

Reviewers: jamesbartlett, vihang, michelle, #third_party_approvers

Reviewed By: jamesbartlett, michelle, #third_party_approvers

Signed-off-by: Zain Asgar <zasgar@pixielabs.ai>

Differential Revision: https://phab.corp.pixielabs.ai/D11490

GitOrigin-RevId: 662e72e
  • Loading branch information
zasgar authored and copybaranaut committed Jun 1, 2022
1 parent f0eb454 commit fba59a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -111,15 +111,18 @@ cmake(
"-l`nproc`",
],
cache_entries = {
"ENABLE_ACL": "OFF",
"ENABLE_CAT": "OFF",
"ENABLE_CAT_SHARED": "OFF",
"ENABLE_CNG": "OFF",
"ENABLE_CPIO": "OFF",
"ENABLE_CPIO_SHARED": "OFF",
"ENABLE_LZ4": "OFF",
"ENABLE_TAR": "OFF",
"ENABLE_TAR_SHARED": "OFF",
"ENABLE_TEST": "OFF",
"ENABLE_WERROR": "OFF",
"ENABLE_ZSTD": "OFF",
},
lib_name = "libarchive",
lib_source = "@com_github_libarchive_libarchive//:all",
Expand Down

0 comments on commit fba59a0

Please sign in to comment.