Skip to content

Update coursier link for Mac aarch64 #1823

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

Merged
merged 1 commit into from
Jul 24, 2025

Conversation

Gedochao
Copy link
Contributor

Fixes #1821

@@ -1,6 +1,6 @@
linux-x86-64: curl -fL https://github.com/coursier/coursier/releases/latest/download/cs-x86_64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
linux-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
linux-arm64: curl -fL https://github.com/VirtusLab/coursier-m1/releases/latest/download/cs-aarch64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup
linux-arm64: curl -fL https://github.com/coursier/launchers/raw/master/cs-aarch64-pc-linux.gz | gzip -d > cs && chmod +x cs && ./cs setup

Now, we could do this, which at the point of typing this comment points to coursier 2.1.25-M16... as the new Linux aarch64 launchers are still locked behind milestone versions of 2.1.25, so they aren't available behind latest... but perhaps it's better to wait for stable?

VirtusLab/coursier-m1 is otherwise unmaintained.

Either way, I opt to leave it like this for the time being, perhaps until 2.1.25 is fully out?
cc @alexarchambault

@Gedochao Gedochao merged commit 5c17e60 into scala:main Jul 24, 2025
1 check passed
@Gedochao Gedochao deleted the maintenance/coursier-m1-remove branch July 24, 2025 09:14
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.

scala instructions shouldn't point to VirtusLab/coursier-m1
2 participants