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 12:27:16
Message-Id: 1644150424.40a20be491c2247388f210807e38433c33861a86.grobian@gentoo
1 commit: 40a20be491c2247388f210807e38433c33861a86
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 6 12:27:04 2022 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 6 12:27:04 2022 +0000
6 URL: https://gitweb.gentoo.org/proj/portage-utils.git/commit/?id=40a20be4
7
8 .github: have to deal with Werror=unknown-pragmas
9
10 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
11
12 .github/workflows/build-test-ci.yml | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
16 index 228a9da..94262b6 100644
17 --- a/.github/workflows/build-test-ci.yml
18 +++ b/.github/workflows/build-test-ci.yml
19 @@ -45,7 +45,7 @@ jobs:
20 --disable-maintainer-mode --disable-openmp
21 ${{ matrix.features }}
22 - name: make variant ${{ matrix.features }}
23 - run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
24 + run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
25
26 make-check-macos-x64:
27 strategy:
28 @@ -64,7 +64,7 @@ jobs:
29 - name: configure
30 run: ./configure --disable-maintainer-mode --disable-openmp
31 - name: make
32 - run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
33 + run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
34
35 # until we are able to set token on Github :(
36 # coverity: