Skip to content

Commit

Permalink
XXX ci: Print some ld.so debug information
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Aug 14, 2024
1 parent 84a1cd4 commit 26f9f29
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@ jobs:
run: make -C _ambuild -j$(nproc)
- name: Install
run: sudo make -C _ambuild install
- name: Debug Information
run: >-
find /usr/local -not -type d
ldd /usr/local/avrdude
ld.so
- name: Dryrun_test
run: printf "\n\n" | ./tools/test-avrdude -d0 -p"-cdryrun -pm2560" -p"-cdryrun -pavr64du28"
- name: distcheck
Expand Down

0 comments on commit 26f9f29

Please sign in to comment.