blob: 60c24b3991f21a2cd3fac70d48502f377deb5303 [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 ],
Jan Schär0fd36f42025-04-29 10:26:03 +000012 pure = "off",
Tim Windelschmidt25e0d8f2024-12-02 23:46:24 +010013)