temp disable el7
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2021-10-23 23:09:44 +02:00
parent e96541582a
commit d3c1b97697
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 9 deletions

View File

@ -38,7 +38,7 @@ local PipelineBuildPackage = {
arch: 'amd64',
},
steps: [
DistVersion(version='7'),
// DistVersion(version='7'),
DistVersion(version='8'),
{
name: 'checksum',

View File

@ -27,13 +27,6 @@ platform:
arch: amd64
steps:
- name: build-el7
image: thegeeklab/rpmbuild:7
commands:
- source /drone/src/.drone.env
- rm -rf /etc/xinetd.d/ && 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:
@ -122,6 +115,6 @@ depends_on:
---
kind: signature
hmac: 434121da11bd25646d26f4d217863951acb3a03cb8c373814a4254002f1a710e
hmac: 6cea4ffb42a9a10fdbbb53d535276a88e8e5499fc6d2cf55af17b038aa9d50cb
...