diff --git a/.cirrus.yml b/.cirrus.yml index f547cbb18e..3223ee2e35 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -20,7 +20,7 @@ task: - pkg install -y autoconf automake libtool gettext-tools gettext-runtime pkgconf libltdl libexif libgd libxml2 curl configure_script: - autoreconf -ivf - - ./configure --disable-silent-rules --with-camlibs=everything || { tail -300 config.log; false; } + - ./configure --with-camlibs=everything || { tail -300 config.log; false; } compile_script: - make test_script: diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index e6edb10e9f..36f897c13a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -13,7 +13,6 @@ on: env: LC_ALL: C COMMON_CONFIGURE_FLAGS: >- - --disable-silent-rules --enable-vusb --with-camlibs=everything SLEEP=no