From: Matthew Fernandez Date: Sat, 30 Oct 2021 00:19:35 +0000 (-0700) Subject: disable Cygwin CMake job X-Git-Tag: 2.50.0~65^2~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=326ad74b70f6c28e2ee84356e1f3cfb3f290bf79;p=graphviz disable Cygwin CMake job This job seems to stall just after Flex discovery. Reason currently unknown, but disabling it for now to unblock other work. Gitlab #2145. --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 65e873d5c..f670769ea 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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