Skip to content

Commit 5a71ece

Browse files
authored
[ASCII-2746] Strip binaries on dogstatsd and iot builds (#33789)
1 parent 988c895 commit 5a71ece

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

omnibus/config/projects/dogstatsd.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,3 +220,8 @@
220220

221221
exclude '\.git*'
222222
exclude 'bundler\/git'
223+
224+
if linux_target? or windows_target?
225+
strip_build windows_target? || !do_package
226+
debug_path '.debug'
227+
end

omnibus/config/projects/iot-agent.rb

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,8 @@
232232

233233
exclude '\.git*'
234234
exclude 'bundler\/git'
235+
236+
if linux_target? or windows_target?
237+
strip_build windows_target? || !do_package
238+
debug_path ".debug"
239+
end

0 commit comments

Comments
 (0)