Skip to content

Commit a811345

Browse files
committed
Build Buck targets with deep builds
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.
1 parent a73e648 commit a811345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake-tasks/buck.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def buck(*args, &block)
221221

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

227227
Buck::enhance_task(task)

0 commit comments

Comments
 (0)