From 1c953b417372661cc506f4ae8bf26b44dde17967 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Mon, 18 Apr 2022 14:57:36 -0400 Subject: common/travis/xpkgdiff.sh: add CI script to compare pkgs with xpkgdiff --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e4619a3f3c4..f527ce1f897 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,6 +94,14 @@ jobs: "$here/common/travis/show_files.sh" "$BOOTSTRAP" "$ARCH" ) + - name: Compare to previous + run: | + ( + here="$(pwd)" + cd / + "$here/common/travis/xpkgdiff.sh" "$BOOTSTRAP" "$ARCH" + ) + - name: Check file conflicts if: matrix.config.arch == 'x86_64' # the arch indexed in xlocate run: | -- cgit v1.2.3