-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support using GAP releases instead of branch snapshots #24
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
Doing this shouldn't be too hard either:
That should be most of it. Of course if we were to switch to docker images (see also issue #16) this may become moot, but unless someone actively works on that, I don't see why we shouldn't try the above (or a variation thereof) |
This was referenced Mar 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Right now, we install GAP always from git; to test against e.g. 4.10, we use the stable-4.10 branch.
But it would be useful to (also?) be able to test against actual releases, such as 4.10.2 or 4.9.3. One important difference is that
GAPInfo.Version
is set correctly there (in git build, it is always4.dev
or something like that, which means version checks in code don't work).Ideally, the user would be able to either specify "4.10" (and then gets whatever the latest 4.10.x is) or even a specific version like "4.10.2" (however, this later point is less important).
The text was updated successfully, but these errors were encountered: