aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2022-02-06 13:27:04 +0100
committerFabian Groffen <grobian@gentoo.org>2022-02-06 13:27:04 +0100
commit40a20be491c2247388f210807e38433c33861a86 (patch)
tree1009a432671497efe9dd76c3477179b154f032b7 /.github/workflows
parent.github: fix yaml syntax (diff)
downloadportage-utils-40a20be491c2247388f210807e38433c33861a86.tar.gz
portage-utils-40a20be491c2247388f210807e38433c33861a86.tar.bz2
portage-utils-40a20be491c2247388f210807e38433c33861a86.zip
.github: have to deal with Werror=unknown-pragmas
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-test-ci.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml
index 228a9da8..94262b6b 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -45,7 +45,7 @@ jobs:
--disable-maintainer-mode --disable-openmp
${{ matrix.features }}
- name: make variant ${{ matrix.features }}
- run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
+ run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
make-check-macos-x64:
strategy:
@@ -64,7 +64,7 @@ jobs:
- name: configure
run: ./configure --disable-maintainer-mode --disable-openmp
- name: make
- run: make CFLAGS="-O3 -Wall -Werror -Wshadow -pipe" V=1 check
+ run: make CFLAGS="-O3 -Wall -Wshadow -pipe" V=1 check
# until we are able to set token on Github :(
# coverity: