40ants / 40ants/setup-lisp

Problems with Roswell download links?

Open
#10 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Common Lisp
Stars
30
Forks
2
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.