Skip to content

Commit

Permalink
Build on most cores (nproc / 3 » nproc / 1.337) (XRPLF#226)
Browse files Browse the repository at this point in the history
Use those resources! 🎉🚀
  • Loading branch information
WietseWind authored Dec 1, 2023
1 parent d2c45bf commit 7881b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ echo "START BUILDING (HOST)"
echo "Cleaning previously built binary"
rm -f release-build/xahaud

BUILD_CORES=$(echo "scale=0 ; `nproc` / 3" | bc)
BUILD_CORES=$(echo "scale=0 ; `nproc` / 1.337" | bc)

if [[ "$GITHUB_REPOSITORY" == "" ]]; then
#Default
Expand Down

0 comments on commit 7881b7f

Please sign in to comment.