Merge branch 'mlimonci/missing-dep-ci' into 'main'

Add rdfind for deb/rpm build jobs

See merge request kernel-firmware/linux-firmware!96
main
Josh Boyer 2023-12-12 11:56:26 +00:00
commit c52dc25260
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
.debcommon: &debcommon
- apt update
- apt install build-essential debhelper git python3-jinja2 -y
- apt install build-essential debhelper git python3-jinja2 rdfind -y
- make deb

.rpmcommon: &rpmcommon
- dnf install make git python3-jinja2 rpmdevtools -y
- dnf install make git python3-jinja2 rpmdevtools rdfind -y
- make rpm

check-commits: