From e27fba584f5e3d0f88127de691a704e6b7516af2 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 25 May 2022 13:45:30 +0200 Subject: Added script to compare and verify the output of `make dist'. This fixes some build/test issues resulting when using tarballs. * nDPI uses autotools (especially autoconf) in a wrong way, see #1163 Signed-off-by: lns --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 91e45280f..b4f293859 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -329,10 +329,11 @@ jobs: if: startsWith(matrix.arch, 'x86_64') && startsWith(matrix.os, 'windows') run: | msys2 -c './tests/do-dga.sh' - - name: Generate tarball + - name: Generate/Verify tarball if: startsWith(matrix.os, 'ubuntu-latest') && startsWith(matrix.arch, 'x86_64') run: | make dist + ./utils/verify_dist_tarball.sh - name: Generate documentation if: startsWith(matrix.os, 'ubuntu-latest') && startsWith(matrix.arch, 'x86_64') run: | -- cgit v1.2.3