Skip to content

Commit

Permalink
[omnibus] Make system-probe binary builds use the GOMODCACHE env
Browse files Browse the repository at this point in the history
  • Loading branch information
KSerrania committed Oct 8, 2024
1 parent 2abc3be commit a88df33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus/config/software/datadog-agent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -152,9 +152,9 @@
if sysprobe_support
if not bundled_agents.include? "system-probe"
if windows_target?
command "invoke -e system-probe.build"
command "invoke -e system-probe.build", env: env
elsif linux_target?
command "invoke -e system-probe.build-sysprobe-binary --install-path=#{install_dir} --no-bundle"
command "invoke -e system-probe.build-sysprobe-binary --install-path=#{install_dir} --no-bundle", env: env
end
end

Expand Down

0 comments on commit a88df33

Please sign in to comment.