We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Creating a fixture without a keymanager fails in oasis-core 22.0, since setting the keymanager binary to an empty path fails with:
Error: root: failed to instantiate fixture: oasis/runtime: failed to read ELF binary: open : no such file or directory
The keymanager deployment binary should probably only be set if if usingKeymanager
if usingKeymanager
oasis-core/go/oasis-net-runner/fixtures/default.go
Lines 129 to 135 in bfe6018
The text was updated successfully, but these errors were encountered:
ptrus
Successfully merging a pull request may close this issue.
Creating a fixture without a keymanager fails in oasis-core 22.0, since setting the keymanager binary to an empty path fails with:
The keymanager deployment binary should probably only be set if
if usingKeymanager
oasis-core/go/oasis-net-runner/fixtures/default.go
Lines 129 to 135 in bfe6018
The text was updated successfully, but these errors were encountered: