| From: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, Peter Eisentraut <peter(at)eisentraut(dot)org>, 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> |
| Subject: | Re: Heads Up: cirrus-ci is shutting down June 1st |
| Date: | 2026-06-23 22:54:17 |
| Message-ID: | CAOYmi+kOGycb6Vw-Z19=M8js6d36=6=kUw4Cu5+ueQej77ig+g@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Mon, Jun 15, 2026 at 4:20 PM Jacob Champion
<jacob(dot)champion(at)enterprisedb(dot)com> wrote:
> I'll see if the `inherit` path changes in 0003 have made it
> easier/harder to get the CPAN cache working.
Neither, it turns out, but I finally figured out what made the MinGW
`shell: bash` different from the MSVC `shell: bash`. The addition of
C:\msys64\usr\bin to the GITHUB_PATH appears to suppress the standard
PATH prefix, which is what I needed to be able to combine the two CPAN
implementations. That's attached (based on v13a).
Quick note on v13a-0004:
> + - name: Install MSYS2
> + uses: msys2/setup-msys2(at)66cd2cce69caa17b53920067426061ca1de3a884 # v2.31.1
> + with:
> + msystem: ${{env.MSYSTEM}}
Can we just get rid of the MSYSTEM envvar now? (And the
MSYS2_PATH_TYPE, if we replace it with `path-type: inherit` in the
action parameters?) See attached -0011.
--Jacob
| Attachment | Content-Type | Size |
|---|---|---|
| v13a.nocfbot-0011-squash-ci-Make-our-own-msys2-install-fr.patch | application/octet-stream | 1.7 KB |
| v13a.nocfbot-0010-ci-Cache-the-CPAN-installation-on-Windo.patch | application/octet-stream | 8.4 KB |
| From | Date | Subject | |
|---|---|---|---|
| Previous Message | Alexander Nestorov | 2026-06-23 22:53:47 | Re: [PATCH] btree_gist: add cross-type integer operator support for GiST |