Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions .github/workflows/run-blktests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ jobs:
device-mapper \
ktls-utils \
dosfstools \
mdadm \
bc \
libnl3-cli \
cryptsetup \
Expand All @@ -92,8 +91,17 @@ jobs:
jq \
nvme-cli \
git \
wget
wget \
pkgconf \
libudev-devel

git clone https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git
cd mdadm
git checkout d764c4829947923142a83251296d04edaee7d2f7
make -j$(nproc)
sudo make install

cd -
git clone https://github.com/linux-blktests/blktests.git

cd blktests
Expand Down
Loading