aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorGeorge Melikov <[email protected]>2021-08-31 23:56:45 +0300
committerBrian Behlendorf <[email protected]>2021-09-02 10:02:27 -0700
commit3eb3e4d14cf008045b79afbbe9d24812d56917be (patch)
tree62854fa11e09fbf9fe366a48fc9cda9bb5b53a1e /.github
parent6ea058da16cc1ddaea44d8d74afa8a8966677662 (diff)
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 #12529
Diffstat (limited to '.github')
-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: |