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
Permissions are denied when Linux pipelines attempt to update pip modules with the fedora-40-test container:
ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/opt/venv/lib64/python3.12/site-packages/regex-2024.7.24.dist-info/'
Check the permissions.
Describe the bug
Permissions are denied when Linux pipelines attempt to update pip modules with the
fedora-40-test
container:Example: https://dev.azure.com/tianocore/edk2-ci/_build/results?buildId=174261&view=logs&j=9701361e-2546-5093-77e5-58c75d95b7ce&t=2574abe6-1618-5f94-9ee2-669d1a5df774
To Reproduce
Steps to reproduce the behavior:
pip-requirements.txt
so new pip modules are installed during the pipeline run.Expected behavior
The pipeline step to install pip modules should succeed.
Execution environment
ghcr.io/tianocore/containers/fedora-40-test:c98ff99
Additional context
The pipeline initializes the container in the "Initialize containers" step. It creates a new group and user:
Permissions need to be arranged so the pip modules can be updated in the pipeline.
tianocore/edk2#10795 is blocked by this.
The text was updated successfully, but these errors were encountered: