-
Notifications
You must be signed in to change notification settings - Fork 956
Running semgrep on Apple M1 ARM system #2432
Copy link
Copy link
Closed
Labels
coredevopsBuilding issues, distribution issues, CI issuesBuilding issues, distribution issues, CI issuesgood first taskWould take a bit longer to fix than "good first issue"Would take a bit longer to fix than "good first issue"priority:highIssue requires immediate attentionIssue requires immediate attention
Metadata
Metadata
Assignees
Labels
coredevopsBuilding issues, distribution issues, CI issuesBuilding issues, distribution issues, CI issuesgood first taskWould take a bit longer to fix than "good first issue"Would take a bit longer to fix than "good first issue"priority:highIssue requires immediate attentionIssue requires immediate attention
Type
Fields
Give feedbackNo fields configured for issues without a type.
The new Apple M1 chips are ARM-based. Currently, our OCaml binaries are compiled for x86-64. It seems the new M1 chips have x86 emulation under something called Rosetta 2, so things may Just Work. Regardless, we should test things out to ensure they do.