Skip to content

Commit

Permalink
Build Buck targets with deep builds
Browse files Browse the repository at this point in the history
This ensures that all transitive dependencies are
available once a build is complete. It probably does
not matter in our setup, but it might in the future.
  • Loading branch information
shs96c committed Jun 5, 2016
1 parent a73e648 commit a811345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rake-tasks/buck.rb
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ def buck(*args, &block)

if task.class == Rake::FileTask && !task.out
task.enhance do
Buck::buck_cmd.call('build', [task.name])
Buck::buck_cmd.call('build', ['--deep', task.name])
end

Buck::enhance_task(task)
Expand Down

0 comments on commit a811345

Please sign in to comment.