clarinet icon indicating copy to clipboard operation
clarinet copied to clipboard

Support target x86_64-unknown-linux-musl

Open lgalabru opened this issue 2 years ago • 2 comments

See https://github.com/stacks-network/stacks-blockchain/pull/3243#discussion_r948293051

lgalabru avatar Aug 17 '22 23:08 lgalabru

I'm not sure how tractable this is to fix, because it happens in the deno dependency. Here are the relevant parts of cargo build:

$ cargo build
<snip>
error: failed to add native library /home/jude/pkg/clarinet/target/debug/gn_out/obj/librusty_v8.a: file too small to be an archive

error: could not compile `rusty_v8` due to previous error
warning: build failed, waiting for other jobs to finish...
error: build failed

I traced this to this issue here, which has been open since Dec 2019.

jcnelson avatar Aug 18 '22 01:08 jcnelson

Related https://github.com/hirosystems/clarinet/issues/560

lgalabru avatar Oct 12 '22 15:10 lgalabru

Deno (and especially our outdated version) brings many compilation issues. To be re-assessed once we remove Deno as part of https://github.com/hirosystems/clarinet/issues/1065

hugocaillard avatar Sep 20 '23 16:09 hugocaillard

Clarinet 2 is out, closing now!

lgalabru avatar Dec 21 '23 22:12 lgalabru