[Csnd-dev] Github actions
Date | 2025-09-01 08:39 |
From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd-dev] Github actions |
Some of the actions from csound_builds.yml
are failing in the code checkout stage, eg
error:
cannot lock ref 'refs/tags/csound5.07': Unable to create '/Users/runner/work/csound/csound/.git/refs/tags/csound5.07.lock': File exists.
Prof. Victor Lazzarini
Maynooth University
Ireland
|
Date | 2025-09-01 09:27 |
From | Hlöðver Sigurðsson |
Subject | Re: [Csnd-dev] Github actions |
one quick fix to test out actions/checkout@v1 it's now on version 5 https://github.com/actions/checkout/releases/tag/v5.0.0 I make PR On Mon, 1 Sept 2025 at 10:39, Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote:
|
Date | 2025-09-01 10:04 |
From | Hlöðver Sigurðsson |
Subject | Re: [Csnd-dev] Github actions |
I hope I don't jinx it, looks good now, looks like the build will succeed https://github.com/csound/csound/pull/2251 On Mon, 1 Sept 2025 at 11:27, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
|
Date | 2025-09-01 10:11 |
From | Hlöðver Sigurðsson |
Subject | Re: [Csnd-dev] Github actions |
success, looks good I'll merge after I have approval (or you merge for me) On Mon, 1 Sept 2025 at 12:04, Hlöðver Sigurðsson <hlolli@gmail.com> wrote:
|
Date | 2025-09-01 15:34 |
From | Eduardo Moguillansky |
Subject | Re: [Csnd-dev] Github actions |
I think I fixed this in the last PR for *in operations by updating actions/checkout to v4. There still seems to be a failing build "ARM baremetal" (still using v1) which I cannot find in the repo On Mon, Sep 1, 2025 at 9:39 AM Victor Lazzarini <000010b17ddd988e-dmarc-request@listserv.heanet.ie> wrote:
|
Date | 2025-09-01 15:36 |
From | Victor Lazzarini <000010b17ddd988e-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] Github actions |
I've merged Hlodver's fix, so you can pull
and merge from develop into your branch
Prof. Victor Lazzarini
Maynooth University
Ireland
On 1 Sep 2025, at 15:34, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
|