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
CI fails with the Symbol errors because they directly or transitively depend on an old "ses" without the fix. This is the same as #8599 but for dapps.
Symbol
Example https://github.com/Agoric/agoric-sdk/actions/runs/7172022723/job/19528797470?pr=8634
CI passes
In this case bumping the endo/ses deps should be acceptable, to the amount that the dapps are not incompatible.
The text was updated successfully, but these errors were encountered:
Does not repro consistently
Sorry, something went wrong.
More precisely, this is currently worked around for the deployment-test (loadgen) by forcing using an image using node 18.18.
mhofman
Successfully merging a pull request may close this issue.
Describe the bug
CI fails with the
Symbol
errors because they directly or transitively depend on an old "ses" without the fix. This is the same as #8599 but for dapps.To Reproduce
Example https://github.com/Agoric/agoric-sdk/actions/runs/7172022723/job/19528797470?pr=8634
Expected behavior
CI passes
Additional context
In this case bumping the endo/ses deps should be acceptable, to the amount that the dapps are not incompatible.
The text was updated successfully, but these errors were encountered: