Skip to content

Commit

Permalink
test: more output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller committed Apr 26, 2024
1 parent a2d05bb commit c7a6224
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,13 @@ _jukebox_core_build_and_install_pyzmq() {

print_lc " Start apt installed zmq output"
apt list --installed | grep "zmq"
print_lc "---"
sudo ls -l "/usr/local/lib"
print_lc "---"
sudo cat "/usr/local/lib/pkgconfig/libzmq.pc"
print_lc " End apt installed zmq output"


mkdir -p "${JUKEBOX_ZMQ_TMP_DIR}" || exit_on_error
if [ "$BUILD_LIBZMQ_WITH_DRAFTS_ON_DEVICE" = true ] ; then
_jukebox_core_build_libzmq_with_drafts
Expand Down

0 comments on commit c7a6224

Please sign in to comment.