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
{{ message }}
This repository has been archived by the owner on Sep 1, 2021. It is now read-only.
Fontconfig warning: "/etc/fonts/fonts.conf", line 100: unknown element "blank"
[1071:0819/190428.116634:FATAL:gpu_data_manager_impl_private.cc(439)] GPU process isn't usable. Goodbye.
To solve this I probably need to pass the --disable-gpu flag to electron, but I can't find a way to do it currently. Also, I have read elsewhere that running electron on Gitlab requires the --disable-dev-shm-usage flag but I don't think there is way to pass that parameter currently.
The text was updated successfully, but these errors were encountered:
There are in fact various flags that need to be passed into electron in various different scenarios (CI, docker, wsl, etc.). The way that other systems, like cypress for example, have handled this is by including and extra variable like ELECTRON_EXTRA_LAUNCH_ARGS where we can define any number of arguments. There should be something similar that allows adding any arbitrary flags.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Configurations
jest.config.js
.gitlab-ci.yml
package.json
Docker image used:
node:latest
Output
To solve this I probably need to pass the
--disable-gpu
flag to electron, but I can't find a way to do it currently. Also, I have read elsewhere that running electron on Gitlab requires the--disable-dev-shm-usage
flag but I don't think there is way to pass that parameter currently.The text was updated successfully, but these errors were encountered: