Skip to content

Commit

Permalink
EVEREST-107 disable CGO for everest operator
Browse files Browse the repository at this point in the history
  • Loading branch information
recharte committed Feb 28, 2025
1 parent 7503398 commit 4b8e4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ if everest_operator_debug:
# Build the Everest operator manager locally to take advantage of the go cache
local_resource(
'operator-build',
'GOOS=linux make -C %s %s' % (operator_dir, everest_operator_build_target),
'CGO_ENABLED=0 GOOS=linux make -C %s %s' % (operator_dir, everest_operator_build_target),
deps=[
'go.mod',
'go.sum',
Expand Down

0 comments on commit 4b8e4ad

Please sign in to comment.