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

Add support for aarch64 on user-provided URLs #79

Closed
wants to merge 2 commits into from

Conversation

gabrielrussoc
Copy link
Contributor

Currently we can only provide URLs for linux and darwin, regardless of the architecture. We recently started to support aarch64 and there was no way to provide a custom llvm toolchain for it.

This needs some polishing but I'm putting it up for review to gather initial feedback. Also in case something like this is already on the works.

The code was written by @ryan-johnson-databricks

Copy link

@brian-brt brian-brt left a comment

Choose a reason for hiding this comment

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

I've got something very similar I was looking into upstreaming, when I noticed this PR :) I took a look, it's pretty similar to my approach (nothing exciting there). Noticed a few little things though.

@gabrielrussoc
Copy link
Contributor Author

@brian-brt I'm happy to drop this for something better. This was basically a hack we did in order to unblock and I opened the PR for visibility.

@siddharthab
Copy link
Contributor

Thanks for the PR. I don't think I have permissions to update your PR branch, so I will merge this as commit independent of the PR.

@siddharthab
Copy link
Contributor

Merged with 85022a2.

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.

4 participants