From 88ef3e8312f5062cc923d000046bc9a8c58d6b6e Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 22 Sep 2021 22:05:26 +0200 Subject: Have tasks explicitly list their input arguments --- examples/glibc.yml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'examples/glibc.yml') diff --git a/examples/glibc.yml b/examples/glibc.yml index 0ab133e..9fad87d 100644 --- a/examples/glibc.yml +++ b/examples/glibc.yml @@ -7,6 +7,8 @@ tasks: tar xf {{dldir}}/glibc-2.34.tar.xz configure: + args: + host: 'platform' inherit: task: 'glibc:unpack' build_depends: @@ -48,6 +50,8 @@ tasks: echo rootsbindir={{host.prefix}}/bin >> configparms compile: + args: + host: 'platform' inherit: task: 'glibc:configure' build_depends: @@ -60,6 +64,8 @@ tasks: make -j8 install: + args: + host: 'platform' inherit: task: 'glibc:compile' build_depends: -- cgit v1.2.3