Skip to content

Commit

Permalink
enable CGO for go_binary targets with explicit goarch and goos
Browse files Browse the repository at this point in the history
  • Loading branch information
albertocavalcante committed Aug 13, 2024
1 parent 95fad94 commit 0a35c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ go_binary(
],
goarch = arch,
goos = os,
pure = "on",
pure = "off",
visibility = ["//visibility:public"],
)
for os, arch in [
Expand All @@ -52,7 +52,7 @@ go_binary(
embed = [":garf_lib"],
goarch = arch,
goos = os,
pure = "on",
pure = "off",
visibility = ["//visibility:public"],
)
for os, arch in [
Expand Down

0 comments on commit 0a35c7a

Please sign in to comment.