Skip to content

Commit 7487aa3

Browse files
gmelikovrincebrain
authored andcommitted
CI: don't install abigail-tools
We use docker image instead. Reviewed-by: John Kennedy <[email protected]> Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: George Melikov <[email protected]> Closes openzfs#12529
1 parent 313e52a commit 7487aa3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/checkstyle.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
sudo apt-get install --yes -qq zlib1g-dev uuid-dev libattr1-dev libblkid-dev libselinux-dev libudev-dev libssl-dev python-dev python-setuptools python-cffi python3 python3-dev python3-setuptools python3-cffi
1919
# packages for tests
2020
sudo apt-get install --yes -qq parted lsscsi ksh attr acl nfs-kernel-server fio
21-
sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts abigail-tools
21+
sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts
2222
sudo -E pip --quiet install flake8
2323
- name: Prepare
2424
run: |

0 commit comments

Comments
 (0)