Skip to content

Commit

Permalink
CI: Install scsi_debug and other kernel modules for Ubuntu CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroz committed Sep 12, 2024
1 parent c0bf271 commit b5f7176
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab/ci/ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
libpopt-dev uuid-dev libsepol-dev libjson-c-dev libssh-dev libblkid-dev
tar libargon2-dev libpwquality-dev sharutils dmsetup jq xxd expect
keyutils netcat-openbsd passwd openssh-client sshpass asciidoctor
# scsi_debug, gost crypto
- sudo apt-get -y install dkms linux-headers-$(uname -r) linux-modules-extra-$(uname -r) gost-crypto-dkms
- sudo apt-get -y build-dep cryptsetup
- sudo -E git clean -xdf
- ./autogen.sh
Expand Down

0 comments on commit b5f7176

Please sign in to comment.