Commit f2efac3
committed
fix(ci): point podman to Homebrew crun; start dbus-daemon in e2e-install
- Homebrew podman 5.x installs crun 1.26 but resolves the runtime via
PATH, picking up system /usr/bin/crun (too old: 'unknown version
specified'). Write ~/.config/containers/containers.conf with
runtime = "/home/linuxbrew/.linuxbrew/bin/crun" immediately after
brew install so all subsequent podman calls use the correct binary.
- e2e-install: machine-id now exists but flatpak install fails with
'Cannot autolaunch D-Bus without X11 $DISPLAY'. Add
dbus-daemon --system --fork to start the system bus before flatpak.
Assisted-by: Claude Sonnet 4.6 via OpenCode1 parent f3adce2 commit f2efac3
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| 397 | + | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
397 | 401 | | |
398 | 402 | | |
399 | 403 | | |
| |||
1056 | 1060 | | |
1057 | 1061 | | |
1058 | 1062 | | |
1059 | | - | |
| 1063 | + | |
1060 | 1064 | | |
1061 | 1065 | | |
1062 | 1066 | | |
| 1067 | + | |
1063 | 1068 | | |
1064 | 1069 | | |
1065 | 1070 | | |
| |||
0 commit comments