Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problems with Roswell download links? #10

Open
rpgoldman opened this issue Aug 16, 2023 · 0 comments
Open

Problems with Roswell download links? #10

rpgoldman opened this issue Aug 16, 2023 · 0 comments

Comments

@rpgoldman
Copy link

Looking into the action.yml file, 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

This issue seems to be related to my failure to get setup-lisp to work in GitHub actions. See this sample run.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant