blob: 22fbb6a9a575b5ed33dc7d68a9f1e21234e9fd40 [file] [log] [blame]
Jan Schär7c38e782025-04-29 09:23:37 +00001load("@io_bazel_rules_go//go:def.bzl", "go_binary")
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +01002
Jan Schär7c38e782025-04-29 09:23:37 +00003# keep
4go_binary(
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +01005 name = "sqlc",
Jan Schär7c38e782025-04-29 09:23:37 +00006 embed = ["@com_github_sqlc_dev_sqlc//cmd/sqlc:sqlc_lib"],
7 gotags = [
8 "osusergo",
9 "netgo",
10 "nowasm",
11 ],
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +010012)