Skip to content
Snippets Groups Projects
Commit a7b2b722 authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Switch ui/graphviz to overlay convention

parent 06108be2
No related branches found
No related tags found
No related merge requests found
#@ load("@ytt:template", "template")
#@ load("@ytt:data", "data")
#@ load("/components/ui/graphviz.lib.yml", "graphviz_component")
#@ load("/components/ui/adaptagrams.lib.yml", "adaptagrams_component")
#@ load("/components/ui/cold_revng.lib.yml", "cold_revng_component")
#@ load("/components/ui/mesa.lib.yml", "mesa_component")
......@@ -22,7 +21,6 @@
#@ load("/global_options.lib.yml", "options")
components:
ui/graphviz: #@ graphviz_component
ui/adaptagrams: #@ adaptagrams_component
ui/cold-revng: #@ cold_revng_component
ui/mesa: #@ mesa_component
......
#@ load("@ytt:overlay", "overlay")
#@ load("/lib/create_component.lib.yml", "single_build_component")
#@ load("/global_options.lib.yml", "options")
......@@ -75,6 +76,8 @@ dependencies:
- libltdl
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ graphviz_component = single_build_component(**_graphviz_args())
components:
ui/graphviz: #@ single_build_component(**_libunwind_args())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment