Mark Tomlin

Results 56 comments of Mark Tomlin

I've also had zero issues building an aarch64 build for the last couple of versions that I've tested. I'd be happy to donate a few Raspberry Pi 4 (8GB) to...

I'm willing to bet that you are running out of memory. Even on a Raspberry Pi 4 4GB, you need to use swap space (around 2GB) in order to compile...

@LukeChannings @frankhale I'm using a Raspberry Pi 4 (8GB). After doing a `git pull` and `cargo clean`, interesting -- I'm having the same issue. Something has changed, I just don't...

I'm honestly not sure where the problem is. I don't believe the build V8 from source option has ever worked for me on a Raspberry Pi platform. It's possible, the...

I skipped a couple of builds, because I was very busy these last few days with work work. I'm currently working on building 1.7.4 with the latest stable version of...

@LukeChannings Thank you for the writeup and double thank you for the section for people that don't want to run docker. Looking at the actions information, we are going to...

Just pulled and tried to compile 1.7.5. ``` Running `/home/pi/deno/target/debug/build/rusty_v8-f1a9b64f9e208dc4/build-script-build` [rusty_v8 0.19.0] download lockfile: "/home/pi/deno/target/debug/build/lib_download.fslock" [rusty_v8 0.19.0] static lib URL: https://github.com/denoland/rusty_v8/releases/download/v0.19.0/librusty_v8_debug_aarch64-unknown-linux-gnu.a [rusty_v8 0.19.0] cargo:rustc-link-search=/home/pi/deno/target/debug/gn_out/obj [rusty_v8 0.19.0] Downloading https://github.com/denoland/rusty_v8/releases/download/v0.19.0/librusty_v8_debug_aarch64-unknown-linux-gnu.a [rusty_v8 0.19.0]...

`curl -fL "https://github.com/LukeChannings/rusty_v8/releases/download/v0.19.0/librusty_v8_release_aarch64-unknown-linux-gnu.a" -o target/debug/gn_out/obj/librusty_v8.a` As I was building a debug target as well. Steps to successful arm64 build on Raspberry Pi 64bit OS. ``` cd ~ git clone --recurse-submodules...

Just an FYI, `v1.8.0` compiles on Raspberry Pi OS 64bit without issue and without having to pull a rusty_v8 precompiled artifact. [EDIT] I wasn't exactly right. You do need to...

[AsahiLinux had their alpha release today](https://asahilinux.org/2022/03/asahi-linux-alpha-release/) and I have installed it on my MacBook Pro with M1 Pro chip. After installing rust I cloned Deno and compiled a debug build...