Skip to content

fix(release): mark workspace safe for git in manylinux containers#2

Merged
Sodawyx merged 1 commit intomainfrom
fix/release-container-git-safe-directory
Apr 21, 2026
Merged

fix(release): mark workspace safe for git in manylinux containers#2
Sodawyx merged 1 commit intomainfrom
fix/release-container-git-safe-directory

Conversation

@Sodawyx
Copy link
Copy Markdown
Contributor

@Sodawyx Sodawyx commented Apr 21, 2026

Inside quay.io/pypa/manylinux_2_28_* the workspace is owned by the runner's UID but the container runs as root, so git refuses to read it ("dubious ownership"). That crashes setuptools-scm version resolution during pip install -e . and breaks the linux-amd64 / linux-arm64 builds.

Inside quay.io/pypa/manylinux_2_28_* the workspace is owned by the
runner's UID but the container runs as root, so git refuses to read it
("dubious ownership"). That crashes setuptools-scm version resolution
during pip install -e . and breaks the linux-amd64 / linux-arm64 builds.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

Signed-off-by: Sodawyx <sodawyx@126.com>
@Sodawyx Sodawyx merged commit c9f03fa into main Apr 21, 2026
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant