Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: add /auditwheel_src to git safe directories #378

Merged
merged 1 commit into from
May 1, 2022

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented May 1, 2022

The volume bound to the manylinux/musllinux for /auditwheel_src uses the host uid for file ownership which is different from the uid used inside the containers.

git now checks uid to allow/deny actions.

This adds /auditwheel_src to git safe directories to allow setuptools_scm to infer auditwheel version inside the containers.

The volume bound to the manylinux/musllinux for `/auditwheel_src` uses the host uid for file ownership which is different from the uid used inside the containers.

git now checks uid to allow/deny actions.

This adds `/auditwheel_src` to git safe directories to allow setuptools_scm to infer auditwheel version inside the containers.
@codecov
Copy link

codecov bot commented May 1, 2022

Codecov Report

Merging #378 (1559f90) into main (46a7274) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #378   +/-   ##
=======================================
  Coverage   92.37%   92.37%           
=======================================
  Files          23       23           
  Lines        1259     1259           
  Branches      308      308           
=======================================
  Hits         1163     1163           
  Misses         55       55           
  Partials       41       41           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 46a7274...1559f90. Read the comment docs.

@mayeut mayeut merged commit 756580b into pypa:main May 1, 2022
@mayeut mayeut deleted the fix-git-anylinux branch June 2, 2022 19:03
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