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

Support Dart arm/v7 in 3.x and 2.x #3278

Closed
witchcraze opened this issue Sep 26, 2024 · 0 comments · Fixed by #3475
Closed

Support Dart arm/v7 in 3.x and 2.x #3278

witchcraze opened this issue Sep 26, 2024 · 0 comments · Fixed by #3475
Labels
enhancement New feature or request

Comments

@witchcraze
Copy link
Contributor

What would you like to be added:

Support arm/v7 in 3.x and 2.x in binary detection

Additional context:

--platform linux/arm/v7 dart:3.0.0-sdk

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '3\.0\.0'
0000000000
 000000000000
3.0.0
vcmps'cond 'sd, #0.0
vcmpd'cond 'dd, #0.0
--
short string = "%s"
locale = "%s"
3.0.0 (stable) (Thu May 4 01:11:00 2023 -0700) on "linux_arm"
"id"
--timeline-streams="Compiler,Dart,GC"```

dart:2.12-sdk

# dart --version
Dart SDK version: 2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200) on "linux_x64"

# strings /usr/lib/dart/bin/dart | grep -C 2 -e '2\.12\.4'
Integer_greaterThan
MathAtan
2.12.4 (stable) (Thu Apr 15 12:26:53 2021 +0200)
Dart_TypeVoid
%s expects argument 'type' to be a fully resolved type.
--
_Uint8ArrayFactory, kTypedDataUint8ArrayCid
stream error
2.12.4
Dart_IsolateHeapOldUsedMetric
Dart_IsolateHeapNewUsedMetric
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant