Skip to content

Commit

Permalink
fix: disable planning_block target when compiling in cpu mode
Browse files Browse the repository at this point in the history
  • Loading branch information
WildBeast114514 committed Apr 25, 2024
1 parent 22cb4d8 commit 6932e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/apollo_base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ function _determine_localization_disabled() {
function _determine_planning_disabled() {
if [ "${USE_GPU}" -eq 0 ]; then
DISABLED_TARGETS="${DISABLED_TARGETS} \
except //modules/planning/planning_base:planning_block"
except //modules/planning/planning_open_space:planning_block"
fi
}

Expand Down

0 comments on commit 6932e80

Please sign in to comment.