mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-10 07:44:48 +01:00
Add rdfind for deb/rpm build jobs
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
parent
f2e52a1c58
commit
622b8a17ec
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue