From 96470d9614de6610a9368f2f56814eb8193fb35f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 18 Oct 2024 11:07:45 +0200 Subject: [PATCH] GNU tests: install attr (#6784) * GNU tests: install attr ``` 2024-10-16T07:22:20.6386088Z SKIP: tests/misc/xattr 2024-10-16T07:22:20.6386173Z ====================== 2024-10-16T07:22:20.6386178Z 2024-10-16T07:22:20.6386369Z ./tests/misc/xattr.sh: line 42: getfattr: command not found 2024-10-16T07:22:20.6386526Z xattr.sh: skipped test: failed to get xattr of file ``` * Also install attr for the GNU code coverage --- .github/workflows/GnuTests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/GnuTests.yml b/.github/workflows/GnuTests.yml index b1fce22f2..fc165e0b3 100644 --- a/.github/workflows/GnuTests.yml +++ b/.github/workflows/GnuTests.yml @@ -100,7 +100,7 @@ jobs: run: | ## Install dependencies sudo apt-get update - sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev + sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr - name: Add various locales shell: bash run: | @@ -367,7 +367,7 @@ jobs: run: | ## Install dependencies sudo apt-get update - sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev + sudo apt-get install -y autoconf autopoint bison texinfo gperf gcc g++ gdb python3-pyinotify jq valgrind libexpect-perl libacl1-dev libattr1-dev libcap-dev libselinux1-dev attr - name: Add various locales run: | ## Add various locales