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

Enhance debug_info symbols + libatomic in wheels (follows-up to #5879) #5974

Merged
merged 3 commits into from
Jan 10, 2024

Conversation

th0ma7
Copy link
Contributor

@th0ma7 th0ma7 commented Jan 10, 2024

Description

This PR fixes :

  1. debug_info symbols enablement where as at strip time symbols would be removed in some cases
  2. ensures to check within wheels if libatomic.so is needed

In turns this removes unrelated changes from #5879 in order for it to solely focus on the qoriq rust issue.

Checklist

  • Build rule all-supported completed successfully
  • New installation of package completed successfully
  • Package upgrade completed successfully (Manually install the package again)
  • Package functionality was tested
  • Any needed documentation is updated/created

Type of change

  • Bug fix
  • New Package
  • Package update
  • Includes small framework changes
  • This change requires a documentation update (e.g. Wiki)

This change also includes:
- enforce checking for libatomic.so within python wheels
- allow looping over multiple toolchain libraries as needed
- NOT when testing all wheels
- NOT when including debug_info symbols
- NOT when using PPC arch (fails on qoriq)
@th0ma7 th0ma7 requested a review from hgy59 January 10, 2024 00:26
spk/python311/Makefile Outdated Show resolved Hide resolved
@th0ma7 th0ma7 merged commit d65af48 into SynoCommunity:master Jan 10, 2024
2 checks passed
@th0ma7 th0ma7 deleted the debug_info-symbols branch January 10, 2024 23:49
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.

2 participants