We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6be99cb commit 3f090d9Copy full SHA for 3f090d9
1 file changed
scripts/create-deb-deploy.sh
@@ -79,6 +79,7 @@ run_pipeline() {
79
local build_user_args=(${BUILD_ARGS})
80
81
cmake -S "${ROOT_DIR}" -B "${build_dir}" -DCMAKE_BUILD_TYPE=Release \
82
+ -DCMAKE_INSTALL_PREFIX=/ \
83
"${CMAKE_DEPLOY_ARGS[@]}" \
84
"${cmake_user_args[@]}"
85
@@ -89,7 +90,7 @@ run_pipeline() {
89
90
fi
91
92
# Expected setcap warnings during staged install are tolerated.
- DESTDIR="${stage_dir}" cmake --install "${build_dir}" || true
93
+ DESTDIR="${stage_dir}" cmake --install "${build_dir}"
94
95
# Ensure robot description assets are packaged when available.
96
if [[ -d "${ROOT_DIR}/robots/aliengo/aliengo-description" ]]; then
0 commit comments