Skip to content

Commit ffede87

Browse files
authored
Merge pull request #3351 from arixmkii/sysd-fixes
Update WSL2 tempate and enable systemd tests on Windows
2 parents c5eb9ac + 7375367 commit ffede87

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hack/test-templates.sh

-2
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,6 @@ case "$NAME" in
9191
CONTAINER_ENGINE="docker"
9292
;;
9393
"wsl2")
94-
# TODO https://github.com/lima-vm/lima/issues/3267
95-
CHECKS["systemd"]=
9694
# TODO https://github.com/lima-vm/lima/issues/3268
9795
CHECKS["proxy-settings"]=
9896
CHECKS["port-forwards"]=

templates/experimental/wsl2.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ vmType: wsl2
44

55
images:
66
# Source: https://github.com/runfinch/finch-core/blob/main/Dockerfile
7-
- location: "https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1738856482.tar.gz"
7+
- location: "https://deps.runfinch.com/common/x86-64/finch-rootfs-production-amd64-1741837119.tar.gz"
88
arch: "x86_64"
9-
digest: "sha256:efbe5fc2b2ec94bbf9e4a6c184bf2b36040faf939c15a016f8d7931de9a481c3"
9+
digest: "sha256:1ebee4c785fc4d31fd514365694a7d4d50a95093526c051f76dc63d8ba9fafe6"
1010

1111
mountType: wsl2
1212

0 commit comments

Comments
 (0)