summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Melikov <mail@gmelikov.ru>2021-08-31 23:56:45 +0300
committerTony Hutter <hutter2@llnl.gov>2021-09-14 15:40:36 -0700
commite16e05c9cf85d7de32af6139a521b802664d1413 (patch)
tree102fecff19bc40b5fc90424c0f676f89085f0c17
parent5331e2d216be7a7e9a1a5a76e96899131b5f366e (diff)
CI: don't install abigail-tools
We use docker image instead. Reviewed-by: John Kennedy <john.kennedy@delphix.com> Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov> Signed-off-by: George Melikov <mail@gmelikov.ru> Closes #12529
-rw-r--r--.github/workflows/checkstyle.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/checkstyle.yaml b/.github/workflows/checkstyle.yaml
index 69c8d1aea..14a921099 100644
--- a/.github/workflows/checkstyle.yaml
+++ b/.github/workflows/checkstyle.yaml
@@ -18,7 +18,7 @@ jobs:
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
# packages for tests
sudo apt-get install --yes -qq parted lsscsi ksh attr acl nfs-kernel-server fio
- sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts abigail-tools
+ sudo apt-get install --yes -qq mandoc cppcheck pax-utils devscripts
sudo -E pip --quiet install flake8
- name: Prepare
run: |