projects
/
platform
/
upstream
/
libevdev.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b3659d
)
gitlab CI: don't run distcheck on centos 7 anymore
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:22:48 +0000
(10:22 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 6 Feb 2020 00:22:48 +0000
(10:22 +1000)
With
b65be7aa79
the centos 7 RPMs don't include doxygen anymore, so let's drop
the distcheck job. Centos 7 is old enough at this point that we don't need to
care too much.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index c204660118d98bbddb2b02b0c683709d94cd7a6a..ef8a4c8923f1b90c282d6d00d939d0730169bdde 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-416,6
+416,7
@@
centos:7@default-build:
extends: .centos-build@template
variables:
CENTOS_VERSION: 7
+ MAKE_ARGS: '' # disable distcheck, requires doxygen
needs: ['centos:7@container-prep']
centos:8@default-build: