提交 9fc52610 编写于 作者: C changsh726 提交者: Chang Songhong

Build: update bazel except for cpu mode

上级 b3a4fdd1
...@@ -55,8 +55,7 @@ function _determine_localization_disabled() { ...@@ -55,8 +55,7 @@ function _determine_localization_disabled() {
function _determine_planning_disabled() { function _determine_planning_disabled() {
if [ "${USE_GPU}" -eq 0 ]; then if [ "${USE_GPU}" -eq 0 ]; then
DISABLED_TARGETS="${DISABLED_TARGETS} \ DISABLED_TARGETS="${DISABLED_TARGETS} \
except //modules/planning/open_space/trajectory_smoother:planning_block \ except //modules/planning/open_space/trajectory_smoother:planning_block"
except //modules/planning/learning_based/..."
fi fi
} }
......
...@@ -56,7 +56,8 @@ function _determine_perception_disabled() { ...@@ -56,7 +56,8 @@ function _determine_perception_disabled() {
function _determine_planning_disabled() { function _determine_planning_disabled() {
if [ "${USE_GPU}" -eq 0 ]; then if [ "${USE_GPU}" -eq 0 ]; then
DISABLED_TARGETS="${DISABLED_TARGETS} except //modules/planning/learning_based/..." # Nothing disabled in planning for now
DISABLED_TARGETS="${DISABLED_TARGETS}"
fi fi
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册