You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: this issue is related to the GitHub actions infrastructure itself. This simply tracks the issue on the action-ros-ci side.
Expected Behavior
Can use ubuntu-22.04 as the job's OS (i.e., native runner OS).
Actual Behavior
Does not work.
Currently fails when setting up the container:
Checking docker version
/usr/bin/docker version --format '{{.Server.APIVersion}}'
Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?
'
Error: Exit code 1 returned from process: file name '/usr/bin/docker', arguments 'version --format '{{.Server.APIVersion}}''.
Description
Note: this issue is related to the GitHub actions infrastructure itself. This simply tracks the issue on the
action-ros-ci
side.Expected Behavior
Can use
ubuntu-22.04
as the job's OS (i.e., native runner OS).Actual Behavior
Does not work.
Currently fails when setting up the container:
https://github.com/ros2/rclc/runs/6320289481?check_suite_focus=true
To Reproduce
See ros2/rclc#288
System (please complete the following information)
Ubuntu 22.04
Additional context
Support for Ubuntu 22.04 is in public beta (as of yesterday): actions/runner-images#5490
There seems to be a workaround (for now): actions/runner-images#5490 (comment)
The other solution is to use Docker instead of relying on the runner's OS:
action-ros-ci/.github/workflows/test.yml
Line 420 in 3e4f584
Once this is fixed, we can also update the
setup-ros
/action-ros-ci
tests to useubuntu-22.04
: #741 (comment)The text was updated successfully, but these errors were encountered: