Skip to content

Commit

Permalink
Add build line
Browse files Browse the repository at this point in the history
Signed-off-by: Scott Macfarlane <[email protected]>
  • Loading branch information
smacfarlane committed Mar 12, 2019
1 parent ab993b9 commit 1bcfa36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/hab/habitat/x86_64-darwin/plan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ do_prepare() {
# that we use in plan-build, so I don't believe we've ever stripped our MacOS
# binaries. Running `file $(which hab)` returns `regular file` which would
# bypass the existing behavior. For now, lets always skip stripping to prevent
# accidental breakages in changes to plan-build.
# accidental breakages from changes to plan-build.
do_strip() {
build_line "Skipping do_strip on x86_64-darwin"
return 0
}

0 comments on commit 1bcfa36

Please sign in to comment.