40ants / 40ants/setup-lisp

Problems with Roswell download links?

Aperta
#10 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Common Lisp
Stelle
30
Fork
2
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Looking into the [action.yml file](https://github.com/40ants/setup-lisp/blob/99efbd4524bffe9e3567e42966ec9cda6cf21a8a/action.yml#L177C21-L177C71), here's the base URL from which the action tries to pull the installer: [https://raw.githubusercontent.com/roswell/roswell/]

When I try to pull from this link by hand (requesting a specific roswell version): `https://raw.githubusercontent.com/roswell/roswell/v22.12.14.113/scripts/install-for-ci.sh`, I get a response with the wrong Roswell version variable setting:

```
#!/bin/sh
set -e

ROSWELL_RELEASE_VERSION=21.10.14.111
```

Indeed I get the same version ID when I pull from `master`.

_However_, it is possible to get the requested version: it may be found here: (https://github.com/roswell/roswell/releases/tag/v22.12.14.113)

To be honest, I'm not sure whether this is an issue with `action.yml` or with roswell. `master` on roswell at the moment shows as 18 commits ahead of the latest release.

I [filed an issue there, too](https://github.com/roswell/roswell/issues/561)

This issue seems to be related to my failure to get `setup-lisp` to work in GitHub actions. See [this sample run](https://github.com/rpgoldman/xmls/actions/runs/5870121476/job/15916529836#step:11:980).

Note that the version number may be a confound or may be related to the facts:

1. This run seems to try to incorporate `MSYS2`, possibly because it's not correctly identifying the GitHub runner
2. Roswell tries to install cmucl18a, which is a truly ancient version, and fails.

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.