Skip to content

Commit

Permalink
debug 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vszakats committed Oct 17, 2024
1 parent b8feb91 commit cbc0f84
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions _ci-linux-debian.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ if [ -n "${dl}" ]; then
find -L 'my-pkg/usr/lib/clang' | sort
fi

find /usr/riscv64-linux-gnu/lib
find /usr/lib/gcc-cross/riscv64-linux-gnu
find /usr/riscv64-linux-gnu/lib || true
echo '------------------------'
find /usr/lib/gcc-cross/riscv64-linux-gnu || true

./_build.sh

0 comments on commit cbc0f84

Please sign in to comment.