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

Maturin build fail in master. #27

Merged
merged 3 commits into from
Feb 26, 2024

Conversation

ShwethaSNayak
Copy link
Contributor

@ShwethaSNayak ShwethaSNayak commented Feb 26, 2024

Change log description
In github action we see below error

maturin failed
  Caused by: Error ensuring manylinux_2_35 compliance
  Caused by: Your library links libpython (libpython3.7m.so.1.0), which libraries must not do. Have you forgotten to activate the extension-module feature?
Traceback (most recent call last):
  File ".github/workflows/build_wheel.py", line 24, in <module>
    subprocess.run(command, check=True)
  File "/opt/hostedtoolcache/Python/3.7.17/x64/lib/python3.7/subprocess.py", line 512, in run
    output=stdout, stderr=stderr)
subprocess.CalledProcessError: Command '['maturin', 'build', '--release', '--compatibility=manylinux_2_35', '--interpreter

Purpose of the change
Closes #26

What the code does
Add external module

How to verify it
(Optional: steps to verify that the changes are effective)

Signed-off-by: Shwetha N <[email protected]>
Signed-off-by: Shwetha N <[email protected]>
Signed-off-by: Shwetha N <[email protected]>
Copy link

codecov bot commented Feb 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 83.50%. Comparing base (fc4b59a) to head (2b7e5f8).

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #27   +/-   ##
=======================================
  Coverage   83.50%   83.50%           
=======================================
  Files           8        8           
  Lines         970      970           
=======================================
  Hits          810      810           
  Misses        160      160           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@ShwethaSNayak ShwethaSNayak merged commit 3ab7eb6 into pravega:master Feb 26, 2024
4 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.

GitHub action build fail for python client
2 participants