.github: check file conflicts in x86_64 build job
This commit is contained in:
parent
e4e53fc98b
commit
e900c63cf9
|
@ -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: |
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue