Skip to content
New issue

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

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

Already on GitHub? # to your account

Update machine detection #201

Merged
merged 1 commit into from
Oct 12, 2019
Merged

Conversation

mayeut
Copy link
Member

@mayeut mayeut commented Oct 12, 2019

All unknown machines were detected as x86_64 or i686 depending on their word size.
Update the detection in order to get the untouched machine name for those arch and only consider i686 running on x86_64 to be eligible to a name change.

Example:
before, aarch64 was reported as x86_64, now aarch64

All unknown machines were detected as `x86_64` or `i686` depending on their word size.
Update the detection in order to get the untouched machine name for those arch and only consider i686 running on x86_64 to be eligible to a name change.
@codecov
Copy link

codecov bot commented Oct 12, 2019

Codecov Report

Merging #201 into master will decrease coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #201      +/-   ##
==========================================
- Coverage   87.43%   87.42%   -0.02%     
==========================================
  Files          19       19              
  Lines         963      962       -1     
  Branches      210      210              
==========================================
- Hits          842      841       -1     
  Misses         84       84              
  Partials       37       37
Impacted Files Coverage Δ
auditwheel/policy/__init__.py 91.3% <100%> (-0.19%) ⬇️

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 8b255b5...f5be18c. Read the comment docs.

@takluyver takluyver merged commit 7196286 into pypa:master Oct 12, 2019
@mayeut mayeut deleted the non_x86_linux_machines branch October 12, 2019 09:32
@di di mentioned this pull request Nov 5, 2019
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants