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

Updated puppeteer to the latest version #146

Merged
merged 3 commits into from
Mar 11, 2025
Merged

Updated puppeteer to the latest version #146

merged 3 commits into from
Mar 11, 2025

Conversation

viccon
Copy link
Collaborator

@viccon viccon commented Mar 11, 2025

Overview

Our benchmarks have been failing in the pipeline with the following errors:

Error: Failed to launch the browser process!
[0311/093821.010988:FATAL:zygote_host_impl_linux.cc(117)] No usable sandbox! Update your kernel or see https://chromium.googlesource.com/chromium/src/+/main/docs/linux/suid_sandbox_development.md for more information on developing with the SUID sandbox. If you want to live dangerously and need an immediate workaround, you can try using --no-sandbox.

The PR resolves this issue by disabling the sandbox which seem to have been changed for the latest ubuntu runners. More information about this can be found here.

@viccon viccon requested a review from pirelenito March 11, 2025 13:49
@pirelenito pirelenito merged commit 04f8536 into main Mar 11, 2025
12 checks passed
@pirelenito pirelenito deleted the update-puppeteer branch March 11, 2025 14:12
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.

2 participants