CI: disable NonsolvableDepsInDev keyword
continuous-integration/drone/push Build is failing Details

This commit is contained in:
tastytea 2022-09-13 21:18:43 +02:00
parent 02768e509b
commit 027ee63013
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ steps:
path: /drone/guru
commands:
- echo -e '[guru]\nlocation = /drone/guru' > /etc/portage/repos.conf/guru.conf
- pkgcheck --verbose scan --net --checks='-ImlateCheck,-RedundantVersionCheck'
- pkgcheck --verbose scan --net \
--checks='-ImlateCheck,-RedundantVersionCheck' \
--keywords='-NonsolvableDepsInDev'
- name: notify
image: drillster/drone-email