Re: make dist using git archive

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: make dist using git archive
Date: 2024-02-11 23:09:32
Message-ID: ac794e4f-28a5-410a-91ec-a7de31de7dc8@eisentraut.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Small update: I noticed that on Windows (at least the one that is
running the CI job), I need to use git -c core.autocrlf=false, otherwise
git archive does line-ending conversion for the files it puts into the
archive. With this fix, all the archives produced by all the CI jobs
across the different platforms match, except the .tar.gz archive from
the Linux job, which I suspect suffers from an old git version. We
should get the Linux images updated to a newer Debian version soon
anyway, so I think that issue will go away.

Attachment Content-Type Size
v3-0001-make-dist-uses-git-archive.patch text/plain 3.9 KB
v3-0002-WIP-Add-dist-building-to-CI.patch text/plain 3.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message rs.trevk 2024-02-11 23:12:02 RE: Feature request support MS Entra ID Authentication from On-premises PostreSQL server
Previous Message Thomas Munro 2024-02-11 22:25:53 Re: gai_strerror() is not thread-safe on Windows