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
refs: #451
refs: #9209
## Description
We need agoric-sdk's integration tests to work with Endo running Yarn 4.
#9285 tested against
endojs/endo#2222. This PR is to land the
necessary changes in master so the Endo PR can land without breaking SDK
CI.
This helps with #9209 and is a subset of
#9286 , all that we need for
Endo right now.
### Security Considerations
none
### Scaling Considerations
none, build time
### Documentation Considerations
Nothing for SDK
### Testing Considerations
CI
### Upgrade Considerations
n/a
What is the Problem Being Solved?
Some of our tooling assumes the package manager is Yarn 1. Users have run into problems with this assumption,
And it has complicated the move to Yarn 4:
For example, Agoric/documentation#912 (comment)
Description of the Design
Separate package management from the build tooling. Support npm, yarn 1, yarn berry, and pnpm.
For bonus points, support each repo in the cross-integration tests using their own manager.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
The text was updated successfully, but these errors were encountered: