Trying to build Electron v37 on an Arm VM using make from within the ports directory and it fails. (Its also a very long build even with lots of CPU power and plenty of fast ram). Everything else I have built on this VM has worked flawlessly.
This is the error i receive:
Any help is much appreciated. The Makefile indicates that aarch64 is supported.
This is the error i receive:
Code:
ERROR at //build/rust/std/BUILD.gn:61:61: Array subscript out of range.
rust_version_pieces = string_split(rust_revision_pieces[1], ".")
You gave me 1 but I was expecting something from o to 0, inclusive.
See //build/rust/rust_target.gni:340:23: which caused the file to be
_rust_deps += [ "//build/rust/std" ]
^--------------
*** Error code 1