projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21e9a50
)
ci: Mark macos build as allow-fail
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Dec 2022 04:55:13 +0000
(23:55 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 20 Dec 2022 04:55:13 +0000
(23:55 -0500)
It fails too often, and it never does us
any good.
.gitlab-ci.yml
patch
|
blob
|
history
diff --git
a/.gitlab-ci.yml
b/.gitlab-ci.yml
index 8d904dd27c7c84827b68cdef3b34fd00996bc6a9..6decaec976a287994b76ba38cfdf99447a079b88 100644
(file)
--- a/
.gitlab-ci.yml
+++ b/
.gitlab-ci.yml
@@
-185,6
+185,8
@@
msys2-mingw64:
- "${CI_PROJECT_DIR}/_build/gtkdll.tar.gz"
macos:
+ # Sadly, this fails regularly, and its failure is never enlightening
+ allow_failure: true
extends: .only-default
only:
- branches@GNOME/gtk