diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-04-04 15:17:38 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-04-04 15:26:21 -0400 |
commit | 1109843d017e0320f0d18bfc398e27ff25592dfb (patch) | |
tree | 2748166ea80eeea9767c004151bec8f13b2c0d49 /.github/workflows/codecov.yml | |
parent | 0219441e5911b35035e927846cd8a0af77324f07 (diff) | |
download | bfs-1109843d017e0320f0d18bfc398e27ff25592dfb.tar.xz |
build: Don't use libattr
We only rely on interfaces like listxattr() which are provided by the C
library itself.
Diffstat (limited to '.github/workflows/codecov.yml')
-rw-r--r-- | .github/workflows/codecov.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 9c2119b..d1dc351 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -18,7 +18,6 @@ jobs: acl \ libacl1-dev \ attr \ - libattr1-dev \ libcap2-bin \ libcap-dev \ libonig-dev \ |