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

Add bn256 tests #963

Closed
wants to merge 1 commit into from
Closed

Add bn256 tests #963

wants to merge 1 commit into from

Conversation

heifner
Copy link
Member

@heifner heifner commented Oct 21, 2024

Resolves #962

Copy link
Member

@spoonincode spoonincode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bn256 removed its local span when it was updated to require c++20, but the span reference lives on in a few places like
https://github.com/AntelopeIO/bn256/blob/b5adbb76d456e85385296a1388ba18f6f07d9d9e/CMakeLists.txt#L28
and
https://github.com/AntelopeIO/bn256/blob/b5adbb76d456e85385296a1388ba18f6f07d9d9e/src/CMakeLists.txt#L22
the former being what is causing your immediate failure

But I think including the root CMakeLists is going to cause bn256 to become part of the make install target which we want to avoid. That's going to be more invasive to get right

@heifner
Copy link
Member Author

heifner commented Oct 21, 2024

@spoonincode thanks for looking into this. I'm going to close this and you or someone else can pick it up later.

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.

bn256 unit tests are not run as part of spring's build
2 participants