Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: install missing dependency to fix oracular building (canonical…
…#14613) * tests: install missing dependency to fix oracular building In oracular the packages: systemd-cryptsetup and systemd-dev are not included anymore in the base image which is used in google and openstack. This change adds this package as a tests dependency to avoid the following error when building snapd deb package. To reproduce the error, run: SPREAD_SNAPD_DEB_FROM_REPO=false spread -debug -no-debug-output google:ubuntu-24.10-64:tests/main/abort Error: configure: error: Package requirements (udev) were not met: Package 'udev', required by 'virtual:world', not found * install systemd-dev just in oracular
- Loading branch information