Skip to content

Commit

Permalink
chore: add generated dependency diagram
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira committed Oct 11, 2019
1 parent 68f8475 commit a32e47b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@ tools: buildkitd gitmeta
--opt target=$@ \
--output type=image,name=docker.io/autonomy/$@:$(TAG)$(PUSH_ARGS) \
$(COMMON_ARGS)

.PHONY: deps.png
deps.png:
bldr graph | dot -Tpng > deps.png
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# tools

![Dependency Diagram](/deps.png)

This repository produces a set of binaries suitable for building a target Linux distribution.
All binaries are produced with a search path of `/toolchain/lib`, allowing for an independent set of build dependencies.
We recommend using these tools with an adjusted toolchain (produces binaries with standard search paths).
Expand Down
Binary file added deps.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a32e47b

Please sign in to comment.