Skip to content

Commit

Permalink
Migrate comments and IGN_PHYSICS_DART_FROM_PKGS
Browse files Browse the repository at this point in the history
Signed-off-by: methylDragon <methylDragon@gmail.com>
  • Loading branch information
methylDragon committed Jun 25, 2022
1 parent 36ef411 commit 8999120
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jenkins-scripts/lib/dependencies_archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ if ${DART_COMPILE_FROM_SOURCE}; then
fi

#
# IGNITION
# GZ
#

# Completely rely on packages.apt from Garden
Expand All @@ -408,7 +408,7 @@ if [[ ${GZ_MATH_MAJOR_VERSION} -lt 7 ]]; then
fi
fi

# IGN_TRANSPORT related dependencies. Default value points to the development
# GZ_TRANSPORT related dependencies. Default value points to the development
# version
if [[ -z ${GZ_TRANSPORT_MAJOR_VERSION} ]]; then
GZ_TRANSPORT_MAJOR_VERSION=5
Expand Down Expand Up @@ -549,7 +549,7 @@ if [[ ${GZ_GUI_MAJOR_VERSION} -lt 7 ]]; then
fi
fi

IGN_PHYSICS_DART_FROM_PKGS="true"
GZ_PHYSICS_DART_FROM_PKGS="true"

# Completely rely on packages.apt from Garden
if [[ ${GZ_PLUGIN_MAJOR_VERSION} -lt 2 ]]; then
Expand Down

0 comments on commit 8999120

Please sign in to comment.