* wayland test chromium patch * ci: add wayland test job and helpers * use weston directly instead of wlheadless-run * roll build image to eac3529 * fixed exec command * Update .github/workflows/pipeline-segment-electron-test.yml Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com> * Update .github/workflows/pipeline-segment-electron-test.yml Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com> * chore: fixup shard case statement * reverted leftover patch line --------- Co-authored-by: John Kleinschmidt <kleinschmidtorama@gmail.com>
19 lines
391 B
YAML
19 lines
391 B
YAML
version: '3'
|
|
|
|
services:
|
|
buildtools:
|
|
image: ghcr.io/electron/devcontainer:eac3529546ea8f3aa356d31e345715eef342233b
|
|
|
|
volumes:
|
|
- ..:/workspaces/gclient/src/electron:cached
|
|
|
|
- /var/run/docker.sock:/var/run/docker.sock
|
|
|
|
command: /bin/sh -c "while sleep 1000; do :; done"
|
|
|
|
user: builduser
|
|
|
|
cap_add:
|
|
- SYS_PTRACE
|
|
security_opt:
|
|
- seccomp:unconfined
|