Commit ee0845b
committed
fix(ci): mkdir -p /run/dbus before starting dbus-daemon in e2e-install
The dbus-daemon --system --fork was failing with 'Failed to bind socket
/app/var/run/dbus/system_bus_socket: No such file or directory' because
the socket dir doesn't exist in the gnome-49 container. Create /run/dbus
before starting the daemon.
Assisted-by: Claude Sonnet 4.6 via OpenCode1 parent f2efac3 commit ee0845b
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1064 | 1064 | | |
1065 | 1065 | | |
1066 | 1066 | | |
| 1067 | + | |
1067 | 1068 | | |
1068 | 1069 | | |
1069 | 1070 | | |
| |||
0 commit comments