waku-org / waku-rust-bindings

Rust wrapper over go-waku ffi
14 stars 6 forks source link

Documentation build fails on crates.io #24

Closed danielSanchezQ closed 9 months ago

danielSanchezQ commented 1 year ago

https://docs.rs/crate/waku-bindings/0.1.0-beta1/builds

danielSanchezQ commented 1 year ago

Looks like go tries to write to some folder we have no access to:

[INFO] [stderr] failed to initialize build cache at /.cache/go-build: mkdir /.cache: permission denied

danielSanchezQ commented 1 year ago

@richard-ramos any idea that folder can be changed somehow?

richard-ramos commented 1 year ago

Can we try setting this environment variable: GOCACHE=/tmp/

chair28980 commented 9 months ago

It appears the docs cannot be built when you do not have access to the go runtime environment: https://docs.rs/crate/waku-bindings/0.4.0/builds/1012533