| From: | Andres Freund <andres(at)anarazel(dot)de> |
|---|---|
| To: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
| Cc: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, Jelte Fennema-Nio <postgres(at)jeltef(dot)nl>, Thomas Munro <thomas(dot)munro(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org> |
| Subject: | Re: Heads Up: cirrus-ci is shutting down June 1st |
| Date: | 2026-05-31 01:42:35 |
| Message-ID: | zaunz5ky5dptopr2nktfsgzxmthatp5u5a6ihy6y4aljcj5yjh@pobaa4pmb2bc |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
On 2026-05-29 12:51:29 +0300, Nazir Bilal Yavuz wrote:
> + - name: Upload logs
> + if: failure()
> + uses: actions/upload-artifact(at)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Chao Li | 2026-05-31 01:57:06 | Reject HEADER with binary and json COPY formats by option presence |
| Previous Message | Tatsuo Ishii | 2026-05-31 01:32:58 | Re: Row pattern recognition |