summaryrefslogtreecommitdiffstats
path: root/examples/gcc.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-24 16:32:41 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-24 16:32:41 +0200
commit494b8d477675fcdb737bf5db2b3b5c0a9b1ba10d (patch)
tree09dc2d389378a686c9fe15495ca663fa8d4d6062 /examples/gcc.yml
parentcbfb887d6f08b668792ef4d073962f2b0351fe3a (diff)
downloadrebel-494b8d477675fcdb737bf5db2b3b5c0a9b1ba10d.tar
rebel-494b8d477675fcdb737bf5db2b3b5c0a9b1ba10d.zip
examples: remove explicit parallelism handling
We are going to pass in a jobserver pipe through MAKEFLAGS.
Diffstat (limited to 'examples/gcc.yml')
-rw-r--r--examples/gcc.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 45c3215..2911734 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -102,7 +102,7 @@ tasks:
noinherit: true
run: |
cd {{pn}}-build
- make -j8 all-host
+ make all-host
find -name config.log -delete
install: