Skip to content

Commit

Permalink
ldd known to fail on Linux / Aarch64 in QEMU: multiarch/qemu-user-sta…
Browse files Browse the repository at this point in the history
  • Loading branch information
michaliskambi committed Nov 8, 2024
1 parent cec8e50 commit 0a0bf18
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ jobs:
cd lazarus/
file lazbuild
file lazarus
ldd lazbuild
ldd lazarus
# ldd known to fail on Linux / Aarch64 in QEMU: https://github.com/multiarch/qemu-user-static/issues/172
#ldd lazbuild
#ldd lazarus
./lazbuild --version
cd ../
Expand Down

0 comments on commit 0a0bf18

Please sign in to comment.