]> granicus.if.org Git - graphviz/commit
CI: disable Cygwin jobs
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Dec 2022 04:35:00 +0000 (20:35 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 21 Dec 2022 04:35:00 +0000 (20:35 -0800)
commit709acef44e13332a3c961bed3a2478c002f7b25f
tree7344ce0d487006e916a04b4b2df5dcd8b3e3b5a2
parentcb423a3fd0283d88e03dd39b7e4a83410a3bff57
CI: disable Cygwin jobs

These are currently erroring:

  $ wget https://cygwin.com/setup-x86_64.exe -OutFile C:\setup-x86_64.exe
  wget : <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
  <html><head>
  <title>403 Forbidden</title>
  </head><body>
  <h1>Forbidden</h1>
  <p>You don't have permission to access this resource.</p>
  </body></html>
  At line:1 char:1
  + wget https://cygwin.com/setup-x86_64.exe -OutFile C:\setup-x86_64.exe
  + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      + CategoryInfo          : InvalidOperation: (System.Net.HttpWebRequest:HttpWebRequest) [Invoke-WebRequest], WebExc
     eption
      + FullyQualifiedErrorId : WebCmdletWebResponseException,Microsoft.PowerShell.Commands.InvokeWebRequestCommand

Gitlab: #2329
.gitlab-ci.yml