Skip to content

Commit

Permalink
-j flag fix
Browse files Browse the repository at this point in the history
  • Loading branch information
woensug-choi committed Sep 12, 2024
1 parent fc2882d commit 400ebb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/ros-jazzy-binary-gz-harmonic-source-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ sudo apt -y install $(sort -u $(find . -iname 'packages-'`lsb_release -cs`'.apt'
echo -e "\033[34mBuilding the project with colcon...\033[0m"
cd /opt/gazebo || exit
# Build gz-physics with limited cores to avoid memory issues
MAKEFLAGS="-j2" colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-physics7
MAKEFLAGS="-j 2" colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install --packages-up-to gz-physics7
# Full build
colcon build --cmake-args -DBUILD_TESTING=OFF --merge-install

Expand Down

0 comments on commit 400ebb2

Please sign in to comment.