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 jssrc astgen invocation on linux/aarch64 #4671

Merged
merged 3 commits into from
Jun 17, 2024
Merged

Conversation

maltek
Copy link
Contributor

@maltek maltek commented Jun 17, 2024

I don't like the amount of code we have there that pretends as if "ARM" is a single architecture... so I've moved things in a slightly better direction renaming some constants to ARMv8. (But I'm not going to fix that all completely in one day.)

The downloaded binaries actually already exist, just the integration here was missing.

I don't like the amount of code we have there that pretends as if "ARM"
is a single architecture... so I've moved things in a slightly better
direction renaming some constants to ARMv8. But I'm not going to fix
that all in one day.
@maltek maltek requested a review from mpollmeier June 17, 2024 12:31
@@ -50,20 +51,15 @@ astGenBinaryNames := {
if (hasCompatibleAstGenVersion(astGenVersion.value)) {
Seq.empty
} else if (sys.props.get("ALL_PLATFORMS").contains("TRUE")) {
Seq(AstgenWin, AstgenLinux, AstgenMac, AstgenMacArm)
Seq(AstgenWin, AstgenLinux, AstgenLinuxArm, AstgenMac, AstgenMacArm)
Copy link
Contributor

Choose a reason for hiding this comment

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

AstgenLinuxArmV8? since you added v8 elsewhere..?

@maltek maltek merged commit 0bd63ad into master Jun 17, 2024
5 checks passed
@max-leuthaeuser max-leuthaeuser deleted the mkraus/jssrc-aarch64 branch June 18, 2024 06:10
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.

2 participants