-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Generated by Generative AI
No response
Operating System:
Windows
ROS version or commit hash:
rolling
RMW implementation (if applicable):
No response
RMW Configuration (if applicable):
No response
Client library (if applicable):
No response
'ros2 doctor --report' output
No response
Steps to reproduce issue
This build https://ci.ros2.org/job/ci_windows/26150/ from ament/ament_lint#563 PR
Look at output of in console/build logs
ci/windows_docker_resources/Dockerfile
Line 55 in 0ec7d4c
| RUN pixi --color never --no-progress -q list |
Expected behavior
The pixi list command should always run and display the output in the logs and never use a cache. list is not an expensive command, and the only purpose to run the command is to provide the list of packages in the case of debugging a failed run, so not returning the output nullifies its purpose
Actual behavior
Command only references a cached result
21:33:46 Step 18/36 : RUN pixi --color never --no-progress -q list
21:33:46 ---> Using cache
21:33:46 ---> edb348f4655b
Additional information
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working