mirror of
https://github.com/logos-messaging/logos-messaging-rust-bindings.git
synced 2026-01-02 22:13:07 +00:00
Set GOCACHE variable to off for crates.io
This commit is contained in:
parent
718c28725d
commit
ddfd30b50e
@ -36,6 +36,7 @@ fn build_go_waku_lib(go_bin: &str, project_dir: &Path) {
|
||||
set_current_dir(vendor_path).expect("Moving to vendor dir");
|
||||
Command::new(go_bin)
|
||||
.env("CGO_ENABLED", "1")
|
||||
.env("GOCACHE", "off")
|
||||
.arg("build")
|
||||
.arg("-buildmode=c-archive")
|
||||
.arg("-o")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user