Skip to content

Commit

Permalink
REVERT: test cpu_count 1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Dec 6, 2023
1 parent e3cfced commit c4f171b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,8 @@ _jukebox_core_configure_pulseaudio() {

_jukebox_core_build_libzmq_with_drafts() {
echo " Building libzmq with drafts support" | tee /dev/fd/3
CPU_COUNT=1

local cpu_count=${CPU_COUNT:-$(python3 -c "import os; print(os.cpu_count())")}
echo " --- cpu_count:${cpu_count}"

echo " Building libzmq v${ZMQ_VERSION}" | tee /dev/fd/3
cd "${ZMQ_TMP_DIR}" || exit_on_error
Expand Down

0 comments on commit c4f171b

Please sign in to comment.