blob: 60d5013bf50bcf51f38621fd5f51600e1fd4864e [file] [log] [blame] [edit]
load("@platforms//host:constraints.bzl", "HOST_CONSTRAINTS")
platform(
name = "no_cgo_host_platform",
constraint_values = HOST_CONSTRAINTS + [
"@rules_go//go/toolchain:cgo_off",
],
)