Skip to content

Commit

Permalink
only netgo
Browse files Browse the repository at this point in the history
  • Loading branch information
ruseinov committed Sep 26, 2024
1 parent 3e86721 commit 82fd7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fn main() {
println!("cargo:rustc-cfg=f3sidecar");
std::env::set_var("GOWORK", "off");
// See <https://github.com/golang/go/issues/58159>
std::env::set_var("GOFLAGS", "-tags=netgo -lresolv");
std::env::set_var("GOFLAGS", "-tags=netgo");
rust2go::Builder::default()
.with_go_src("./f3-sidecar")
// the generated Go file has been commited to the git repository,
Expand Down

0 comments on commit 82fd7d8

Please sign in to comment.