]> granicus.if.org Git - graphviz/commitdiff
disable Cygwin CMake job
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:19:35 +0000 (17:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Oct 2021 00:20:28 +0000 (17:20 -0700)
This job seems to stall just after Flex discovery. Reason currently unknown, but
disabling it for now to unblock other work.

Gitlab #2145.

.gitlab-ci.yml

index 65e873d5ca39223e3d581ce77ce3d992872396f1..f670769eae74dd312e7b9c4dbc541970fe8719a6 100644 (file)
@@ -879,29 +879,30 @@ windows-mingw64-cmake-build:
     except:
         - tags
 
-windows-cygwin-cmake-build:
-    stage: build
-    needs: []
-    script:
-        # change line endings from crlf to lf
-        - git rm --cached -r .
-        - git -c core.autocrlf=false reset --hard
-        - choco install --yes --no-progress cygwin
-        # avoid BOM in COLLECTION file
-        - echo experimental | Out-File COLLECTION -Encoding ascii
-        - $Env:build_system = "cmake"
-        - C:\tools\cygwin\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/cygwin-build.sh'
-    artifacts:
-        when: always
-        expire_in: 1 week
-        paths:
-            - COLLECTION
-            - Packages/*/*/*/*/*/*.zip
-            - Packages/*/*/*/*/*/*.bz2
-    tags:
-        - windows
-    except:
-        - tags
+# FIXME: https://gitlab.com/graphviz/graphviz/-/issues/2145
+# windows-cygwin-cmake-build:
+#     stage: build
+#     needs: []
+#     script:
+#         # change line endings from crlf to lf
+#         - git rm --cached -r .
+#         - git -c core.autocrlf=false reset --hard
+#         - choco install --yes --no-progress cygwin
+#         # avoid BOM in COLLECTION file
+#         - echo experimental | Out-File COLLECTION -Encoding ascii
+#         - $Env:build_system = "cmake"
+#         - C:\tools\cygwin\bin\bash -l -c 'cd $CI_PROJECT_DIR && ci/cygwin-build.sh'
+#     artifacts:
+#         when: always
+#         expire_in: 1 week
+#         paths:
+#             - COLLECTION
+#             - Packages/*/*/*/*/*/*.zip
+#             - Packages/*/*/*/*/*/*.bz2
+#     tags:
+#         - windows
+#     except:
+#         - tags
 
 meta-data:
     stage: test