[geary/wip/workaround-fedora-folks-ci-ftb] Disable Fedora CI build due to rawhide packing bug



commit 24ec88a7bd88582407a6ba477be02856b8165124
Author: Michael Gratton <mike vee net>
Date:   Thu Aug 15 18:21:02 2019 +1000

    Disable Fedora CI build due to rawhide packing bug
    
    See https://bugzilla.redhat.com/show_bug.cgi?id=1740958

 .gitlab-ci.yml | 34 +++++++++++++++++-----------------
 1 file changed, 17 insertions(+), 17 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 84701221..0c078a4d 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -42,23 +42,23 @@ variables:
                libxml2-dev libytnef0-dev
   UBUNTU_TEST_DEPS: xauth xvfb
 
-fedora:
-  stage: build
-  image: fedora:rawhide
-  before_script:
-    - dnf update -y --nogpgcheck
-    - dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS
-  script:
-    - $CONFIG_CMD -Dtnef-support=false
-    - $BUILD_CMD
-    - $TEST_CMD
-    - $INSTALL_CMD
-  artifacts:
-    when: 'always'
-    paths:
-      - '$BUILD_DIR/meson-logs/meson-log.txt'
-      - '$BUILD_DIR/meson-logs/testlog.txt'
-    expire_in: 2 days
+# fedora:
+#   stage: build
+#   image: fedora:rawhide
+#   before_script:
+#     - dnf update -y --nogpgcheck
+#     - dnf install -y --nogpgcheck $FEDORA_DEPS $FEDORA_TEST_DEPS
+#   script:
+#     - $CONFIG_CMD -Dtnef-support=false
+#     - $BUILD_CMD
+#     - $TEST_CMD
+#     - $INSTALL_CMD
+#   artifacts:
+#     when: 'always'
+#     paths:
+#       - '$BUILD_DIR/meson-logs/meson-log.txt'
+#       - '$BUILD_DIR/meson-logs/testlog.txt'
+#     expire_in: 2 days
 
 ubuntu:
   stage: build


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