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
fix(allocator): Set --enable-unsafe-swiftshader with --disable-gpu
In Chromium 139+, falling back to Swiftshader will be opt in:
https://chromestatus.com/feature/5166674414927872
This means that anything currently leveraging DisableGPU in chromedp
will fail to fallback in the future without this flag set
This is already current behavior in upstream builds of Chromium 138
This sets --enable-unsafe-swiftshader to retain existing behavior and
prevent regressions in anything using chromedp
Signed-off-by: RJ Sampson <rj.sampson@chainguard.dev>
0 commit comments