diff options
author | Björn Esser <besser82@fedoraproject.org> | 2021-09-18 10:35:31 +0200 |
---|---|---|
committer | Björn Esser <besser82@fedoraproject.org> | 2021-09-18 12:29:11 +0200 |
commit | 8464e290a9da977e06a65cadbdb3228b93f87be0 (patch) | |
tree | e97074bd81abb42c54510755ac2c2d601ff84a3e /.github | |
parent | 351182befa8d07893ac9335a3c0f7e2c6a604e20 (diff) | |
download | libxcrypt-8464e290a9da977e06a65cadbdb3228b93f87be0.tar.gz libxcrypt-8464e290a9da977e06a65cadbdb3228b93f87be0.tar.bz2 libxcrypt-8464e290a9da977e06a65cadbdb3228b93f87be0.zip |
Use seperate subdir for autogenerated autotools-scripts.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codecov.yml | 11 | ||||
-rw-r--r-- | .github/workflows/codeql.yml | 11 | ||||
-rw-r--r-- | .github/workflows/config-matrix.yml | 11 | ||||
-rw-r--r-- | .github/workflows/coverity.yml | 11 | ||||
-rw-r--r-- | .github/workflows/distcheck.yml | 11 | ||||
-rw-r--r-- | .github/workflows/memcheck.yml | 22 |
6 files changed, 14 insertions, 63 deletions
diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d30c771..adc1667 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -82,20 +82,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 87e2a57..23996d2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -69,20 +69,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/config-matrix.yml b/.github/workflows/config-matrix.yml index 4ec95a8..03c8c02 100644 --- a/.github/workflows/config-matrix.yml +++ b/.github/workflows/config-matrix.yml @@ -98,20 +98,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 2ab558b..fd9062c 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -101,20 +101,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/distcheck.yml b/.github/workflows/distcheck.yml index 99af815..9277ef1 100644 --- a/.github/workflows/distcheck.yml +++ b/.github/workflows/distcheck.yml @@ -76,20 +76,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' diff --git a/.github/workflows/memcheck.yml b/.github/workflows/memcheck.yml index 5b1a777..c12db84 100644 --- a/.github/workflows/memcheck.yml +++ b/.github/workflows/memcheck.yml @@ -61,20 +61,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' @@ -134,20 +127,13 @@ jobs: config.h.in configure autom4te.cache/** - build-aux/compile - build-aux/config.guess - build-aux/config.sub - build-aux/depcomp - build-aux/install-sh - build-aux/ltmain.sh - build-aux/missing - build-aux/test-driver build-aux/m4/libtool.m4 build-aux/m4/ltoptions.m4 build-aux/m4/ltsugar.m4 build-aux/m4/ltversion.m4 build-aux/m4/lt~obsolete.m4 - key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4') }} + build-aux/m4-autogen/** + key: autoreconf-${{ steps.build-tools.outputs.autotools-ver }}-${{ hashFiles('autogen.sh', 'configure.ac', 'Makefile.am', 'build-aux/m4/*.m4', 'build-aux/m4-autogen/**') }} - name: Bootstrap if: steps.cache.outputs.cache-hit != 'true' |