summaryrefslogtreecommitdiffstats
path: root/examples/gcc-libs.yml
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 18:07:31 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-09-17 21:26:31 +0200
commit843bbec317ce4ad148535183b9d973915cdd04ab (patch)
treee1131894967b285b3de76956d66ccc03b8ca158a /examples/gcc-libs.yml
parentcff4c45e931ef5abd7aba15fa05bc29f66e115ea (diff)
downloadrebel-843bbec317ce4ad148535183b9d973915cdd04ab.tar
rebel-843bbec317ce4ad148535183b9d973915cdd04ab.zip
Have recipes specify outputs, verify in resolver
The outputs are not respected by the runner yet.
Diffstat (limited to 'examples/gcc-libs.yml')
-rw-r--r--examples/gcc-libs.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/gcc-libs.yml b/examples/gcc-libs.yml
index ccd6ebf..8eda21b 100644
--- a/examples/gcc-libs.yml
+++ b/examples/gcc-libs.yml
@@ -19,6 +19,8 @@ tasks:
target_depends:
- task: 'linux-uapi-headers:install'
- task: 'glibc:install'
+ output:
+ default: {}
run: |
cd gcc-build
make DESTDIR="$DESTDIR" install-target-libgcc install-target-libstdc++-v3 install-target-libgomp install-target-libquadmath install-target-libatomic