File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments