Skip to content

Commit 92614b9

Browse files
authored
fix: split build threads from running threads (#703)
Signed-off-by: mudler <[email protected]>
1 parent bf5acf6 commit 92614b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ cd /build
55

66
if [ "$REBUILD" != "false" ]; then
77
rm -rf ./local-ai
8-
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${THREADS:-1}
8+
ESPEAK_DATA=/build/lib/Linux-$(uname -m)/piper_phonemize/lib/espeak-ng-data make build -j${BUILD_PARALLELISM:-1}
99
fi
1010

1111
./local-ai "$@"

0 commit comments

Comments
 (0)