incubator-milagro-crypto-c
incubator-milagro-crypto-c copied to clipboard
Packaging with Nix - Error: test_output_functions_BLS381 (Failed)
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?