From e900c63cf94fb81468818c09288762716da258fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 4 May 2022 21:44:51 +0200 Subject: .github: check file conflicts in x86_64 build job --- .github/workflows/build.yaml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 2ae7a3e728f..e4619a3f3c4 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -94,6 +94,12 @@ jobs: "$here/common/travis/show_files.sh" "$BOOTSTRAP" "$ARCH" ) + - name: Check file conflicts + if: matrix.config.arch == 'x86_64' # the arch indexed in xlocate + run: | + xlocate -S && + common/scripts/lint-conflicts $HOME/hostdir/binpkgs + - name: Verify repository state run: | ( -- cgit v1.2.3