Skip to content

Commit

Permalink
reindexer: use the pure-go resolver (#26)
Browse files Browse the repository at this point in the history
This avoids linking `libresolv` and fixes #19.
  • Loading branch information
erwanor authored Jan 26, 2025
1 parent a6d309d commit 099b16d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ fn build_cometbft_c_archive() -> PathBuf {
let status = Command::new("go")
.args(&[
"build",
"-tags=netgo",
"-buildmode=c-archive",
"-o",
archive_filepath
Expand Down

0 comments on commit 099b16d

Please sign in to comment.