Re: Heads Up: cirrus-ci is shutting down June 1st - Mailing list pgsql-hackers

From Andres Freund
Subject Re: Heads Up: cirrus-ci is shutting down June 1st
Date
Msg-id zaunz5ky5dptopr2nktfsgzxmthatp5u5a6ihy6y4aljcj5yjh@pobaa4pmb2bc
Whole thread
In response to Re: Heads Up: cirrus-ci is shutting down June 1st  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
Responses Re: Heads Up: cirrus-ci is shutting down June 1st
List pgsql-hackers
Hi,

On 2026-05-29 12:51:29 +0300, Nazir Bilal Yavuz wrote:
> +      - name: Upload logs
> +        if: failure()
> +        uses: actions/upload-artifact@v7
> +        with:
> +          name: windows-vs-logs-${{ github.run_id }}
> +          path: |
> +            ${{ env._LOG_PATHS }}
> +            crashlog-*.txt
> +          if-no-files-found: ignore

You're collecting crash logs here, but that doesn't ever work, because we only
got them thanks to the windows image setting things up that way
(c.f. scripts/windows_install_dbg.ps1).

Looks like cdb.exe is actually installed in the windows runner images, so we
just need to use the registry settings from that file.


I'm working on a bunch of other edits (planning to post them soon, need a bit
more work), but I am currently not planning to look at that aspect
immediately.

Greetings,

Andres Freund



pgsql-hackers by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: Row pattern recognition
Next
From: Chao Li
Date:
Subject: Reject HEADER with binary and json COPY formats by option presence