summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2021-10-16 09:14:05 +0200
committerMatthias Schiffer <mschiffer@universe-factory.net>2021-10-18 21:05:26 +0200
commitd59b1e31914ee2a98d98a42950c9c33947f8557c (patch)
tree233043a9b2d2285dd74ce319c522706c3d8cbef7 /examples
parenteb8edc2ca8cc762efae5f7cd140aee6f5bc3a3a4 (diff)
downloadrebel-d59b1e31914ee2a98d98a42950c9c33947f8557c.tar
rebel-d59b1e31914ee2a98d98a42950c9c33947f8557c.zip
examples: delete autotools config.log and similar files
Improves reproducibility of task layers. While reproduciblity is not as important for layers as it is for outputs, this is low-hanging fruit and may improve cache usage.
Diffstat (limited to 'examples')
-rw-r--r--examples/binutils.yml2
-rw-r--r--examples/e2fsprogs.yml2
-rw-r--r--examples/gcc.yml2
-rw-r--r--examples/gmp.yml1
-rw-r--r--examples/mpc.yml1
-rw-r--r--examples/mpfr.yml1
-rw-r--r--examples/zlib.yml1
7 files changed, 10 insertions, 0 deletions
diff --git a/examples/binutils.yml b/examples/binutils.yml
index ca8e4db..af8376e 100644
--- a/examples/binutils.yml
+++ b/examples/binutils.yml
@@ -38,6 +38,7 @@ tasks:
--disable-nls \
--disable-sim \
--disable-gdb
+ find -name config.log -delete
compile:
args:
@@ -48,6 +49,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8
+ find -name config.log -delete
install:
args:
diff --git a/examples/e2fsprogs.yml b/examples/e2fsprogs.yml
index b4e2441..5d3be56 100644
--- a/examples/e2fsprogs.yml
+++ b/examples/e2fsprogs.yml
@@ -26,6 +26,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
@@ -35,6 +36,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8
+ find -name config.log -delete
install:
args:
diff --git a/examples/gcc.yml b/examples/gcc.yml
index 2b02523..45c3215 100644
--- a/examples/gcc.yml
+++ b/examples/gcc.yml
@@ -89,6 +89,7 @@ tasks:
--with-glibc-version=2.28 \
--enable-initfini-array \
--enable-__cxa_atexit
+ find -name config.log -delete
compile:
args:
@@ -102,6 +103,7 @@ tasks:
run: |
cd {{pn}}-build
make -j8 all-host
+ find -name config.log -delete
install:
args:
diff --git a/examples/gmp.yml b/examples/gmp.yml
index da49878..83e7f2f 100644
--- a/examples/gmp.yml
+++ b/examples/gmp.yml
@@ -26,6 +26,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/mpc.yml b/examples/mpc.yml
index 4de8d05..26bdb58 100644
--- a/examples/mpc.yml
+++ b/examples/mpc.yml
@@ -28,6 +28,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/mpfr.yml b/examples/mpfr.yml
index c2341f7..fe2f41f 100644
--- a/examples/mpfr.yml
+++ b/examples/mpfr.yml
@@ -28,6 +28,7 @@ tasks:
--build={{build.gnu_triplet}} \
--host={{host.gnu_triplet}} \
--prefix={{host.prefix}}
+ find -name config.log -delete
compile:
args:
diff --git a/examples/zlib.yml b/examples/zlib.yml
index d84451e..4e1ccc1 100644
--- a/examples/zlib.yml
+++ b/examples/zlib.yml
@@ -24,6 +24,7 @@ tasks:
cd {{pn}}-build
../{{pn}}-{{pv}}/configure \
--prefix={{host.prefix}}
+ find -name configure.log -delete
compile:
args: