-
Notifications
You must be signed in to change notification settings - Fork 68
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 issue160 #192
base: mesonbuild
Are you sure you want to change the base?
Fix issue160 #192
Conversation
by pip install .
This reverts commit a2c943d.
@Thomasb81, Looks good, tests are failing because of some dependency is not yet updated. |
#auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl | ||
pip install . | ||
python setup.py bdist_wheel -j 4 | ||
auditwheel repair --plat manylinux_2_31_x86_64 dist/*.whl |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add comment why did you pick manylinux_2_31_x86_64
(perhaps link on original from where this was taken)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry I can't.
My initial commit change this .github/workflow/build_and_release.yml
file then I revert it, in the latest commit. So I guess you are the original author of this setting.
Any details instruction for this ? |
Fix #160 by adding hierarchical_identifier as alternative in delay_value rule
Please indicate how to add tests to the testsuite. I have 2 tests to add.