Skip to content

Commit

Permalink
[omnibus] Make system-probe binary builds use the GOMODCACHE env (#29930
Browse files Browse the repository at this point in the history
)
  • Loading branch information
KSerrania authored Oct 9, 2024
1 parent ade743b commit 3c3ef64
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 3c3ef64

Please sign in to comment.