You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.
I'm trying to package this library with Nix. But I'm getting the following error:
> 97% tests passed, 1 tests failed out of 39
>
> Total Test time (real) = 1.35 sec
>
> The following tests FAILED:
> 33 - test_output_functions_BLS381 (Failed)
> Errors while running CTest
> make: *** [Makefile:114: test] Error 8
and, with ctest:
33/39 Test #33: test_output_functions_BLS381 .....***Failed Required regular expression not found. Regex=[SUCCESS
] 0.00 sec
When I try to build the library directly on my system (arch linux x86_64) everything seems to work just fine.
I'm using the cmake flags that are needed to build Decentralized Trust Authority.
Does anyone knows the reason why this is happening?
The text was updated successfully, but these errors were encountered:
I'm trying to package this library with Nix. But I'm getting the following error:
and, with ctest:
When I try to build the library directly on my system (arch linux x86_64) everything seems to work just fine.
I'm using the cmake flags that are needed to build Decentralized Trust Authority.
Does anyone knows the reason why this is happening?
The text was updated successfully, but these errors were encountered: