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

Switch zlib to overlay convention

parent f7092a9f
No related branches found
No related tags found
No related merge requests found
#@ load("@ytt:template", "template")
#@ load("@ytt:data", "data")
#@ load("/components/zlib.lib.yml", "zlib_component")
#@ load("/components/libunwind.lib.yml", "libunwind_component")
#@ load("/components/llvm.lib.yml", "llvm_component")
#@ load("/components/llvm_documentation.lib.yml", "llvm_documentation_component")
......@@ -50,7 +49,6 @@
#@ load("/global_options.lib.yml", "options")
components:
zlib: #@ zlib_component
libunwind: #@ libunwind_component
llvm: #@ llvm_component
llvm-documentation: #@ llvm_documentation_component
......
#@ load("@ytt:overlay", "overlay")
#@ load("/lib/create_component.lib.yml", "single_build_component")
#@ load("/global_options.lib.yml", "options")
......@@ -22,6 +23,8 @@ dependencies:
- toolchain/host/gcc
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ zlib_component = single_build_component(**_zlib_args())
components:
cmake: #@ single_build_component(**_zlib_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