CI: Add multipath-tools dependency (MR 2450)

Provides kpartx.
This commit is contained in:
Newbyte 2024-10-22 14:52:12 +02:00
parent 3c47a52f91
commit e8e146c68a
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -101,7 +101,7 @@ integration:
before_script: before_script:
- *global_before_scripts - *global_before_scripts
- apk upgrade -U - apk upgrade -U
- apk add doas git losetup python3 openssl - apk add doas git losetup multipath-tools python3 openssl
- echo "permit nopass build" > /etc/doas.d/ci-user.conf - echo "permit nopass build" > /etc/doas.d/ci-user.conf
script: script:
- ".ci/integration.sh" - ".ci/integration.sh"