From ec0f8ce255720c5e5dec17d40d986fe2774449d7 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 23 Oct 2021 23:40:55 +0200 Subject: [PATCH] fix el8 builds --- .drone.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e11c0d0..a866248 100644 --- a/.drone.yml +++ b/.drone.yml @@ -27,6 +27,13 @@ platform: arch: amd64 steps: + - name: build-el7 + image: thegeeklab/rpmbuild:7 + commands: + - source /drone/src/.drone.env + - rpmbuild -ba --without libusb1 --define "version_ $${CUPS_VERSION##v}" cups.spec + - ls -l /drone/src/dist/RPMS/x86_64/ + - name: build-el8 image: thegeeklab/rpmbuild:8 commands: @@ -115,6 +122,6 @@ depends_on: --- kind: signature -hmac: 5a50892d1993ab7fdfbab90f5b66a3f665b9d9e9ffa058642c2b3970368f02f3 +hmac: e3a4496149a9d12470fe6ccf27240160f1a52e62320541e0828c1bc65e2696e1 ...