-
-
Notifications
You must be signed in to change notification settings - Fork 221
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
Add linux/arm/v7 & linux/arm64 to architectures #97
Comments
Having spent some time with the V8 build lately, I learned that it first builds some tools to generate code which is needed for the actual V8 build. These tools must run on the build host, so multiple compiler toolchains are required for a cross-compile. From However, I was able to successfully build with clang (+gcc) by setting install_sysroot = importlib.import_module("v8.build.linux.sysroot_scripts.install-sysroot")
install_sysroot.main(["install-sysroot", "--arch", "arm"]) Although I'm also a bit confused why the clang_x64_v8_arm64 configuration works without these extra steps. |
Should this have been fixed by: #223? We're seeing a couple errors:
|
v0.7.0 was released before the PR was merged, try the latest commit |
ARM is a growing trend in server architecture and both can be built using standard github actions.
I opened a PR for arm64, but I'm having issues with armhf: see logs (PR: abemedia#1)
I'm a bit confused as clang is set to false but the commands that fail are running clang...
The text was updated successfully, but these errors were encountered: