mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/
synced 2025-12-17 18:54:42 +08:00
Add rdfind for deb/rpm build jobs
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user