Skip to content
Snippets Groups Projects
Commit 91d8daf0 authored by Jon Azpiazu's avatar Jon Azpiazu
Browse files

Add variable to enable installing pip packages system-wide

parent 351e64be
No related branches found
No related tags found
1 merge request!103Resolve "Unable to install pip packages on jazzy"
Pipeline #179483 passed
......@@ -18,6 +18,7 @@ variables:
PARALLEL_BUILDS: 2 # keep this for now, since there seems to be memory limit issues in the ci VM
AFTER_SETUP_TARGET_WORKSPACE: "rosenv && bash <(curl -Ls https://git.code.tecnalia.dev/tecnalia_robotics-public/gitlab_templates/raw/${GITLAB_TEMPLATES_BRANCH}/scripts/ci_run_entry_points.sh) $$current_ws"
CMAKE_ARGS: -DCMAKE_CXX_FLAGS=-Wno-ignored-attributes -Wno-int-in-bool-context -Wno-dev
PIP_BREAK_SYSTEM_PACKAGES: "1" # needed for jazzy, https://github.com/ros-industrial/industrial_ci/pull/885/files
.ddeploy:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment