diff options
author | Piotr Wójcik <chocimier@tlen.pl> | 2022-05-04 19:44:51 +0000 |
---|---|---|
committer | Piotr <chocimier@tlen.pl> | 2022-05-05 19:29:41 +0000 |
commit | e900c63cf94fb81468818c09288762716da258fa (patch) | |
tree | db21d5f2a4b82c07ae6add8708c192512d83583a /.github/workflows | |
parent | e4e53fc98bd2f433c798bd86c0c4585cd8f5927c (diff) | |
download | void-packages-e900c63cf94fb81468818c09288762716da258fa.tar void-packages-e900c63cf94fb81468818c09288762716da258fa.tar.gz void-packages-e900c63cf94fb81468818c09288762716da258fa.tar.bz2 void-packages-e900c63cf94fb81468818c09288762716da258fa.tar.lz void-packages-e900c63cf94fb81468818c09288762716da258fa.tar.xz void-packages-e900c63cf94fb81468818c09288762716da258fa.tar.zst void-packages-e900c63cf94fb81468818c09288762716da258fa.zip |
.github: check file conflicts in x86_64 build job
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
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: | ( |