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

Don't rely on juliaup override for version selection #1888

Closed
wants to merge 1 commit into from
Closed

Conversation

visr
Copy link
Member

@visr visr commented Oct 8, 2024

We have

install-julia = "juliaup add 1.10.5 && juliaup override unset && juliaup override set 1.10.5"

But in #1883 we can see (@evetion can see) that the Julia tests are still run using Julia 1.11, which is the new stable release that came out today.

Rather than trying to find out what exactly goes wrong with the override, this just sets it when we start julia, so we can release.

Works around #1883.

We have

```
install-julia = "juliaup add 1.10.5 && juliaup override unset && juliaup override set 1.10.5"
```

But in #1883 we can see (@evetion can see) that the Julia tests are still run using Julia 1.11, which is the new stable release that came out today.

Rather than trying to find out what exactly goes wrong with the override, this just sets it when we start julia, so we can release.
@visr
Copy link
Member Author

visr commented Oct 8, 2024

#1883 and #1890 are better.

@visr visr closed this Oct 8, 2024
visr pushed a commit that referenced this pull request Oct 8, 2024
@visr visr deleted the overridden branch October 10, 2024 09:40
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

Successfully merging this pull request may close these issues.

1 participant