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

[vm] Document valid build targets for arm_x64 #48801

Open
dcharkes opened this issue Apr 13, 2022 · 0 comments
Open

[vm] Document valid build targets for arm_x64 #48801

dcharkes opened this issue Apr 13, 2022 · 0 comments
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

Comments

@dcharkes
Copy link
Contributor

The create_platform_sdk target is not supported on arm_x64 architectures.

tools/build.py -aarm_x64 create_platform_sdk
tools/build.py --os=android -aarm_x64 create_platform_sdk

output: ../../runtime/vm/object.h: 1059: error: expected "target_value" = 28, actual "host_value" = 24

Tested on 2ed65e2.

On the bots we don't run create_platform_sdk, we only run runtime dart_precompiled_runtime.

We should document this somewhere instead of trying to build and failing the build.

@dcharkes dcharkes added the area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. label Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Projects
None yet
Development

No branches or pull requests

1 participant