rusty_v8
rusty_v8 copied to clipboard
chore(build): do not install sysroot if doing native builds
This pull request changes the build script logic. If we are building v8 from the source without using cross-compilation, we skip downloading the sysroot files as they will not be used anyway.