Skip to content
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

chore: move winldd to CDN #34078

Merged
merged 2 commits into from
Dec 19, 2024
Merged

Conversation

mxschmitt
Copy link
Member

Fixes #34071

This comment has been minimized.

@@ -1315,6 +1315,8 @@ export async function installBrowsersForNpmInstall(browsers: string[]) {
return false;
}
const executables: Executable[] = [];
if (process.platform === 'win32')
executables.push(registry.findExecutable('winldd')!);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why do we have this for winldd but not for ffmpeg?

Copy link
Member Author

@mxschmitt mxschmitt Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This function is used for the browser-* packages which will install the browsers during the NPM install. We specify ffmpeg there every time on the caller side - we don't want to do that with winldd since its based on the process.platform so I moved it one layer deeper.

This comment has been minimized.

@mxschmitt mxschmitt force-pushed the move/winldd-to-cdn branch 2 times, most recently from 8da07c7 to 962e2f2 Compare December 19, 2024 21:59

This comment has been minimized.

This comment has been minimized.

@mxschmitt mxschmitt merged commit b7a1cfd into microsoft:main Dec 19, 2024
29 checks passed
@mxschmitt mxschmitt deleted the move/winldd-to-cdn branch December 19, 2024 22:29
Copy link
Contributor

Test results for "tests 1"

6 flaky ⚠️ [firefox-page] › page/page-evaluate.spec.ts:403:3 › should throw for too deep reference chain @firefox-ubuntu-22.04-node18
⚠️ [webkit-library] › library/browsercontext-clearcookies.spec.ts:92:3 › should remove cookies by domain @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › library/browsertype-connect.spec.ts:683:5 › run-server › should upload large file @webkit-ubuntu-22.04-node18
⚠️ [webkit-library] › library/trace-viewer.spec.ts:1221:1 › should pick locator in iframe @webkit-ubuntu-22.04-node18
⚠️ [webkit-page] › page/page-set-input-files.spec.ts:147:3 › should upload large file @webkit-ubuntu-22.04-node18
⚠️ [playwright-test] › ui-mode-test-watch.spec.ts:145:5 › should watch all @windows-latest-node18-1

37391 passed, 650 skipped
✔️✔️✔️

Merge workflow run.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Download PrintDeps.exe from the CDN
2 participants