Skip to content

Commit

Permalink
static-checks: Install devmapper libraries
Browse files Browse the repository at this point in the history
After image-rs added the image-block-device integrity check using
dm-verity a new dependency is now needed, so install that.

Refer the following PR for more information:
confidential-containers/guest-components#270

Fixes: kata-containers#7580

Signed-off-by: Suraj Deshmukh <[email protected]>
  • Loading branch information
surajssd committed Aug 15, 2023
1 parent 0b634f7 commit 555ae95
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/static-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y --no-install-recommends build-essential haveged
sudo apt-get install -y --no-install-recommends \
build-essential \
haveged \
libdevmapper-dev
- name: Install Go
uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 555ae95

Please sign in to comment.