aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2023-12-12 11:56:26 +0000
committerJosh Boyer <jwboyer@redhat.com>2023-12-12 11:56:26 +0000
commitc52dc2526009abe1a685f190423f605c01ac1b86 (patch)
tree6aaeea431149e993bd4a24720706729f442ed812
parentf2e52a1c5861fde69aee517ffaf798b630bdf36b (diff)
parent622b8a17ec1c9d250d7558631ddf3980535cf0bd (diff)
downloadlinux-firmware-main.tar.gz
Merge branch 'mlimonci/missing-dep-ci' into 'main'HEADmain
Add rdfind for deb/rpm build jobs See merge request kernel-firmware/linux-firmware!96
-rw-r--r--.gitlab-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 51852cdc..ae96f7d8 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -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: