aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2022-05-26 09:24:50 -0700
committerGitHub <[email protected]>2022-05-26 09:24:50 -0700
commitd98a67a53a180bd88ec8d9aeea75d92e1c9968b5 (patch)
tree622c9d577ad42f9cf3ac31003fc614adc003f9b2 /.github/workflows
parentb62829295e9529d1c321816a1027fac5afc7d6f5 (diff)
Replace EXTRA_DIST with dist_noinst_DATA
The EXTRA_DIST variable is ignored when used in the FALSE conditional of a Makefile.am. This results in the `make dist` target omitting these files from the generated tarball unless CONFIG_USER is defined. This issue can be avoided by switching to use the dist_noinst_DATA variable which is handled as expected by autoconf. This change also adds support for --with-config=dist as an alias for --with-config=srpm and updates the GitHub workflows to use it. Reviewed-by: Ahelenia ZiemiaƄska <[email protected]> Signed-off-by: Brian Behlendorf <[email protected]> Closes #13459 Closes #13505
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/zfs-tests-functional.yml2
-rw-r--r--.github/workflows/zfs-tests-sanity.yml2
-rw-r--r--.github/workflows/zloop.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/zfs-tests-functional.yml b/.github/workflows/zfs-tests-functional.yml
index 0273610af..328cb97f1 100644
--- a/.github/workflows/zfs-tests-functional.yml
+++ b/.github/workflows/zfs-tests-functional.yml
@@ -28,7 +28,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
- ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
+ ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan --with-config=dist
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
diff --git a/.github/workflows/zfs-tests-sanity.yml b/.github/workflows/zfs-tests-sanity.yml
index 73606f909..4c15cecf5 100644
--- a/.github/workflows/zfs-tests-sanity.yml
+++ b/.github/workflows/zfs-tests-sanity.yml
@@ -24,7 +24,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
- ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
+ ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan --with-config=dist
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod
diff --git a/.github/workflows/zloop.yml b/.github/workflows/zloop.yml
index d49eeae16..64fe96a3a 100644
--- a/.github/workflows/zloop.yml
+++ b/.github/workflows/zloop.yml
@@ -23,7 +23,7 @@ jobs:
./autogen.sh
- name: Configure
run: |
- ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan
+ ./configure --enable-debug --enable-debuginfo --enable-asan --enable-ubsan --with-config=dist
- name: Make
run: |
make -j$(nproc) --no-print-directory --silent pkg-utils pkg-kmod