Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/portage-utils:master commit in: .github/workflows/
Date: Sun, 06 Feb 2022 13:28:58
Message-Id: 1644154131.6c33449f9142125bd166c174560798dd426f1755.grobian@gentoo
1 commit: 6c33449f9142125bd166c174560798dd426f1755
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 13:28:51 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 13:28:51 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=6c33449f
7
8 .github: coverity also needs builddeps
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 .github/workflows/build-test-ci.yml | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
16 index 00a93fc..e211b89 100644
17 --- a/.github/workflows/build-test-ci.yml
18 +++ b/.github/workflows/build-test-ci.yml
19 @@ -69,6 +69,10 @@ jobs:
20 coverity:
21 runs-on: ubuntu-latest
22 steps:
23 + - name: install deps
24 + run: >
25 + sudo apt-get install -y
26 + libgpgme-dev gnupg2 liblz4-tool lzop zstd lzip brotli libb2-dev
27 - uses: actions/checkout@v2
28 - name: configure
29 run: >