Lanelet2 CI #3
Annotations
1 error and 1 warning
Build Lanelet2 (skip lcov)
buildx failed with: ERROR: failed to solve: process "/bin/bash -c set -ex; if [ \"$DEV\" -ne \"0\" ]; then export CMAKE_ARGS=\"-DCMAKE_BUILD_TYPE=Debug -DMRT_SANITIZER=checks -DMRT_ENABLE_COVERAGE=1\"; else export CMAKE_ARGS=\"-DCMAKE_BUILD_TYPE=Release\"; fi; if [ \"$ROS\" = \"ros\" ]; then export CONFIGURE=\"catkin config --cmake-args $CMAKE_ARGS\"; export BUILD_CMD=\"catkin build --no-status\"; else export CONFIGURE=true; export BUILD_CMD=\"colcon build --symlink-install --cmake-args $CMAKE_ARGS\"; fi; source /opt/ros/$ROS_DISTRO/setup.bash && env && $CONFIGURE && $BUILD_CMD && if [ \"$DEV\" -eq \"0\" ]; then rm -rf build logs; fi" did not complete successfully: exit code: 1
|
The following actions use a deprecated Node.js version and will be forced to run on node20: docker/setup-buildx-action@v2, actions/cache@v3, docker/build-push-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading