From 843bbec317ce4ad148535183b9d973915cdd04ab Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Fri, 17 Sep 2021 18:07:31 +0200 Subject: Have recipes specify outputs, verify in resolver The outputs are not respected by the runner yet. --- examples/glibc.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'examples/glibc.yml') diff --git a/examples/glibc.yml b/examples/glibc.yml index 19d5f85..d98a1fa 100644 --- a/examples/glibc.yml +++ b/examples/glibc.yml @@ -73,6 +73,8 @@ tasks: - task: 'libgcc-initial:install' target_depends: - task: 'linux-uapi-headers:install' + output: + default: {} run: | cd glibc-build make install_root="${DESTDIR}" install -- cgit v1.2.3