Skip to content

Commit a3836b3

Browse files
authored
Merge pull request #3913 from BsAtHome/fix_ci-werror
build: enable -Werror on rip-and-test and rip-and-test-clang CI builds.
2 parents a17d64e + 7a7c4b6 commit a3836b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
sudo eatmydata apt --yes --quiet -o Acquire::Retries=5 upgrade
3636
cd src
3737
eatmydata ./autogen.sh
38-
eatmydata ./configure --disable-check-runtime-deps
38+
eatmydata ./configure --disable-check-runtime-deps --enable-werror
3939
eatmydata make -O -j$((1+$(nproc))) default pycheck V=1
4040
# Note that the package build covers html docs
4141
eatmydata ../scripts/rip-environment runtests -p
@@ -61,7 +61,7 @@ jobs:
6161
sudo eatmydata apt --yes --quiet -o Acquire::Retries=5 upgrade
6262
cd src
6363
eatmydata ./autogen.sh
64-
CC=clang CXX=clang++ eatmydata ./configure --disable-check-runtime-deps
64+
CC=clang CXX=clang++ eatmydata ./configure --disable-check-runtime-deps --enable-werror
6565
eatmydata make -O -j$((1+$(nproc))) default pycheck V=1
6666
# Note that the package build covers html docs
6767
eatmydata ../scripts/rip-environment runtests -p

0 commit comments

Comments
 (0)