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

Fix the bootstrap script for armv7* #1062

Merged
merged 1 commit into from
May 25, 2024

Conversation

dfordivam
Copy link
Contributor

The current bootstrap script fails with this error. I have only tested this PR on armv7l, and haven't tested it on windows (yet).

$ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Unknown architecture: armv7l

@dfordivam
Copy link
Contributor Author

This PR is just to trigger checks on CI, while I test it manually on windows.

…ms only

Fixes the bootstrap on armv7*

$ curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
Unknown architecture: armv7l
@dfordivam
Copy link
Contributor Author

I tested manually on windows, and this works fine. (and just realized that the CI has windows testing for bootstrap script already)

@hasufell hasufell merged commit eb44a4f into haskell:master May 25, 2024
@dfordivam dfordivam deleted the fix-armv7-bootstrap branch May 27, 2024 09:58
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.

None yet

2 participants