Skip to content
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.

tryout to get cross compilation to work. #1

Conversation

o0Ignition0o
Copy link
Collaborator

currently hitting a hiccup building rusty_v8, which has been documented here and worked around there

=> => # error: failed to add native library /app/target/aarch64-unknown-linux-musl/release/gn_out/o
=> => # bj/librusty_v8.a: file too small to be an archive                                          
=> => # error: could not compile `v8` due to previous error                                        
=> => # warning: build failed, waiting for other jobs to finish...                                 

@medelman17
Copy link
Owner

Was able to solve the rusty_v8 bit by targeting gnu instead of musl whilst still remaining on aarch64! Took way too long to figure that out, though 😭 -- and doesn't seem like there's much appetite at deno_land to finally support musl

Saw there was some discussion re: getting rid of this dependency in the router repo. After this, would love to see that happen, lol.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants