-
Notifications
You must be signed in to change notification settings - Fork 11
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
nim CI broken: eth2_vectors.nim(17, 3) Error: cannot open file: yaml #39
Comments
Plans forward:
So I recommend you disable blscurve and probably all packages that requires NimYAML in the Nim CI for the time being. In the future (a week or so), once official test vectors are available (in json format) we will remove the dependency on the current YAML test vectors (cfrg/draft-irtf-cfrg-hash-to-curve#214) |
wouldn't that increase chances of mutually exclusive requirements, eg:
the alternative is:
in any case, that discussion should happen in https://github.com/nim-lang/nimble/issues otherwise will never be fixed; maybe open an issue there and link to here?
# mypkg.nimble:
when defined(with_foo):
requires foo |
|
/cc @mratsim
your recent commit might've caused this f017051
wouldn't nim-blscurve's own CI prevent such regressions? => might indicate a bug in this repo's CI, which said:
9 checks passed
https://dev.azure.com/nim-lang/255dfe86-e590-40bb-a8a2-3c0295ebdeb1/_apis/build/builds/2970/logs/68
which breaks my recent PR's (eg nim-lang/Nim#13546 )
The text was updated successfully, but these errors were encountered: