| From: | Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com> |
|---|---|
| To: | Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> |
| Cc: | Andres Freund <andres(at)anarazel(dot)de>, 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-28 20:50:26 |
| Message-ID: | CAOYmi+kB4Tv8-iVvJK=+8xrPdKZ=bq==gXR2rOHr1wM8TVzPnw@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On Thu, May 28, 2026 at 10:06 AM Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com> wrote:
> > > + $prefix = (python -c "import sys; print(sys.prefix)").Trim()
> > > + Add-Content $env:GITHUB_ENV "PYTHONHOME=$prefix"
> > > + Add-Content $env:GITHUB_PATH $prefix
> > > + Write-Host "PYTHONHOME=$prefix"
> > > + Write-Host "Prepended $prefix to PATH"
> >
> > GRJGJKLJKJDFJKDF.
>
> I re-checked this since Jelte wasn't completely sure about this [2]
> but this is unfortunately correct :(
What are the chances we can strip Mercurial out of the PATH instead of
messing with PYTHONHOME? I foresee pain in the future if we override
that globally.
> v3 is attached.
> + uses: msys2/setup-msys2(at)v2
Should we pin this? It's the only third-party action we reference, and
Scorecard [1] complains. (I'm not convinced its other complaints in
this category are something we want to worry about, but this caught my
eye.)
We'd need to figure out how to keep it up to date, if we pinned it.
But we probably need to figure out how to keep it up to date anyway.
Scorecard doesn't report any `Dangerous-Workflow` violations, so that's good.
--Jacob
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Álvaro Herrera | 2026-05-28 21:18:08 | Re: [PATCH] Improve REPACK (CONCURRENTLY) error messages for unsupported configurations |
| Previous Message | Tristan Partin | 2026-05-28 20:21:40 | Re: Fix mismatched deallocation functions |