From 184b00db48f7f93e435dff23b706069e964479d9 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Wed, 14 Aug 2024 14:08:34 +0200 Subject: [PATCH] ci: disable distcheck (until am doc builds have been fixed) The doc builds are a bit brittle at this time, and therefore do not work reliably with "make distcheck". Therefore this comments out "make distcheck" until the am doc builds have been fixed. --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 041a90cc..f11703ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,8 +73,9 @@ jobs: run: sudo make -C _ambuild install - name: Dryrun_test run: printf "\n\n" | ./tools/test-avrdude -e _ambuild/avrdude -c '-C _ambuild/avrdude.conf' -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28" - - name: distcheck - run: make -C _ambuild -j$(nproc) distcheck + # Re-enable distcheck after the doc fixes + # - name: distcheck + # run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc" linux-x86_64: runs-on: ubuntu-latest