Skip to content

Commit

Permalink
Merge pull request #25 from buildbarn/cgo
Browse files Browse the repository at this point in the history
add cgo flag to bb_portal binary
  • Loading branch information
trey-ivy authored Oct 11, 2024
2 parents 28fcdba + 94a2d84 commit 24b38d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/bb_portal/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ go_library(

go_binary(
name = "bb_portal",
cgo = True, # keep
embed = [":bb_portal_lib"],
visibility = ["//visibility:public"],
)
Expand Down

0 comments on commit 24b38d6

Please # to comment.