mirror of
https://git.proxmox.com/git/mirror_linux-firmware
synced 2025-05-25 10:38:28 +00:00
Merge branch 'mlimonci/missing-dep-ci' into 'main'
Add rdfind for deb/rpm build jobs See merge request kernel-firmware/linux-firmware!96
This commit is contained in:
commit
c52dc25260
@ -1,10 +1,10 @@
|
|||||||
.debcommon: &debcommon
|
.debcommon: &debcommon
|
||||||
- apt update
|
- apt update
|
||||||
- apt install build-essential debhelper git python3-jinja2 -y
|
- apt install build-essential debhelper git python3-jinja2 rdfind -y
|
||||||
- make deb
|
- make deb
|
||||||
|
|
||||||
.rpmcommon: &rpmcommon
|
.rpmcommon: &rpmcommon
|
||||||
- dnf install make git python3-jinja2 rpmdevtools -y
|
- dnf install make git python3-jinja2 rpmdevtools rdfind -y
|
||||||
- make rpm
|
- make rpm
|
||||||
|
|
||||||
check-commits:
|
check-commits:
|
||||||
|
Loading…
Reference in New Issue
Block a user