From 494b8d477675fcdb737bf5db2b3b5c0a9b1ba10d Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 24 Oct 2021 16:32:41 +0200 Subject: examples: remove explicit parallelism handling We are going to pass in a jobserver pipe through MAKEFLAGS. --- examples/glibc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/glibc.yml') diff --git a/examples/glibc.yml b/examples/glibc.yml index 396be1f..e9fa405 100644 --- a/examples/glibc.yml +++ b/examples/glibc.yml @@ -53,7 +53,7 @@ tasks: task: 'configure' run: | cd {{pn}}-build - make -j8 + make install: args: -- cgit v1.2.3