Skip to content

Commit

Permalink
HOTFIX: elfutils must have the test directory
Browse files Browse the repository at this point in the history
Elfutils autoreconf requires the test directory to exist, and a few
files within it.  However, the bz2 files are not required.

Signed-off-by: Michael Mullin <[email protected]>
  • Loading branch information
mmullin-halcyon authored and alexforster committed Jul 5, 2023
1 parent d730a34 commit 5228a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ edition = "2018"
build = "build.rs"
links = "libbpf"
exclude = [
"/elfutils/tests",
"/elfutils/tests/*.bz2",
"/libbpf/assets",
"/zlib/contrib",
]
Expand Down

0 comments on commit 5228a6b

Please sign in to comment.