-
Notifications
You must be signed in to change notification settings - Fork 586
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
[WIP4] chore(deps-dev): migrate to yarn berry 3 with pnp #3536
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
It's replaced by .yarnrc.yml in yarn modern https://yarnpkg.com/getting-started/qa#how-easy-should-you-expect-the-migration-from-classic-to-modern-to-be
AllanZhengYP
force-pushed
the
yarn-berry-pnp
branch
from
April 13, 2022 15:16
bdd42eb
to
9ef38ac
Compare
…le.from unavailable
AllanZhengYP
force-pushed
the
yarn-berry-pnp
branch
from
April 13, 2022 16:44
9ef38ac
to
79e56bf
Compare
…ay ctor in s3 middleware
It seems like the jest unit test hangs too. I started another same build & test locally and it hangs for 26mins already -- at a different test case. S ...dential-provider-cognito-identity/src/fromCognitoIdentity.spec.ts
RUNS packages/body-checksum-browser/src/index.spec.ts
RUNS packages/config-resolver/src/regionInfo/getRegionInfo.spec.ts
RUNS ...dpoint/src/NodeDisableMultiregionAccessPointConfigOptions.spec.ts
RUNS lib/lib-storage/src/chunks/getChunkBuffer.spec.ts
RUNS packages/eventstream-marshaller/src/Int64.spec.ts
RUNS lib/lib-storage/src/chunks/getDataReadableStream.spec.ts
RUNS lib/lib-dynamodb/src/commands/utils.spec.ts
RUNS ...s/middleware-bucket-endpoint/src/bucketEndpointMiddleware.spec.ts
RUNS packages/credential-providers/src/fromTemporaryCredentials.spec.ts
RUNS packages/abort-controller/src/AbortController.spec.ts
RUNS packages/shared-ini-file-loader/src/parseKnownFiles.spec.ts
Test Suites: 2 skipped, 209 passed, 209 of 262 total
Tests: 14 skipped,
Snapshots: 0 total
Time: 1735 s |
AllanZhengYP
changed the title
[WIP4] chore(deps-dev): migrage to yarn berry 3 with pnp
[WIP4] chore(deps-dev): migrate to yarn berry 3 with pnp
Apr 13, 2022
This was referenced Apr 14, 2022
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue
Replaces #3494
Description
The #3494 change causes the link stage to hang because yarn takes forever to create
node_modules
. This attempt uses P'N'P to eliminate the time spent to createnode_modules
.Testing
The update needs to gurantee all the scripts below to pass:
bootstrap
bootstrap:ci
build:all
build:clients:generic
build:clients:since:release
build:crypto-dependencies
build:docs
build:e2e
build:packages
build:protocols
build:server-protocols
build:types:downlevel
clean
&clean-*
copy-models
generate-clients
&generate:clients:generic
@mixer/parallel-prettier
causes process hang.Cannot reproduced in clean repo.generate:defaults-mode-provider
lerna:version
local-publish
test:all
test:e2e
test:functional
test:integration
test:integration:legacy
test:integration:legacy:since:release
test:protocols
test:server-protocols
test:size
test:unit
test:versions
update:versions:default
update:versions:current
Additional context
Add any other context about the PR here.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.