[gjs: 1/2] CI: allow the fedora clang job to fail



commit a8c5143f73bb24875000edae7d9a4b089addbacd
Author: Claudio André <claudioandre br gmail com>
Date:   Thu Feb 8 11:17:36 2018 -0200

    CI: allow the fedora clang job to fail
    
    Using the current image g-ir-scanner build fails with clang 6,
    passing unknown arguments -mcet and -fcf-protection.
    
    The tagget image is not able to allow the faster build.

 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d84c9158..c9703fa0 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -87,6 +87,7 @@ fedora_clang:
     BUILD_OPTS: "--enable-ubsan"
   except:
     - /^wip\/.*/
+  allow_failure: true
 
 coverage:
   <<: *build


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]