Skip to content

Commit

Permalink
XXX comment out distcheck (trouble with info build)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 14, 2024
1 parent 0a73363 commit 1052a6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,13 +78,13 @@ jobs:
ldd /usr/local/bin/avrdude
ldconfig -N -X -v
- name: distcheck
run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc"
- name: Dryrun_test
run: >-
export LD_LIBRARY_PATH=/usr/local/lib
printf "\n\n" | ./tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
#- name: distcheck
# run: make -C _ambuild -j$(nproc) distcheck "DISTCHECK_CONFIGURE_FLAGS=--disable-doc"

linux-x86_64:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 1052a6f

Please sign in to comment.