.github: check file conflicts in x86_64 build job

This commit is contained in:
Piotr Wójcik 2022-05-04 21:44:51 +02:00 committed by Piotr
parent e4e53fc98b
commit e900c63cf9
1 changed files with 6 additions and 0 deletions

View File

@ -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: |
(