Skip to content

Commit

Permalink
chore: compile without nosql's support for Postgres and MySQL
Browse files Browse the repository at this point in the history
  • Loading branch information
dunglas committed Oct 22, 2024
1 parent 2977c7f commit 6f828bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ func (b Builder) Build(ctx context.Context, outputFile string) error {
cmd.Args = append(cmd.Args,
"-ldflags", "-w -s", // trim debug symbols
"-trimpath",
"-tags", "nobadger",
"-tags", "nobadger", "nomysql", "nopgx",
)
}
}
Expand Down

0 comments on commit 6f828bf

Please sign in to comment.