Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

feat: ARM-arch is now supported, avoid always recomputing values #48

Merged
merged 1 commit into from
Mar 26, 2023

Conversation

metacosm
Copy link
Contributor

No description provided.

@metacosm metacosm self-assigned this Mar 24, 2023
arch = "ppc64le";
break;
case "aarch64":
arch = "arm64";
Copy link
Collaborator

Choose a reason for hiding this comment

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

there are no binaries for ARM, but on macs this should work with amd64 binaries.

Copy link
Contributor Author

@metacosm metacosm Mar 26, 2023

Choose a reason for hiding this comment

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

There are binaries for ARM and, no, amd64 won't work on more recent Macs. I've checked on both, or, at least, tests don't pass on my system without this PR and do with this PR, which I assume means that things work.

Copy link
Collaborator

Choose a reason for hiding this comment

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

ahh, sorry your are right, I completely missed that

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

@csviri
Copy link
Collaborator

csviri commented Mar 26, 2023

would be nice to have an automated test run for this, just probably not possible now with github actions, or IDK

@metacosm metacosm merged commit 391bb00 into main Mar 26, 2023
@metacosm metacosm deleted the support-arm branch March 26, 2023 15:19
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants