Skip to content

Commit c210245

Browse files
authored
Merge pull request #2543 from AkihiroSuda/archlinux
Revert "Temporarily disable CI on archlinux"
2 parents 2a35663 + d7229ab commit c210245

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213
- alpine.yaml
214214
- debian.yaml
215215
- fedora.yaml
216-
# - archlinux.yaml temporarily disabled because it breaks CI
216+
- archlinux.yaml
217217
- opensuse.yaml
218218
- experimental/net-user-v2.yaml
219219
- experimental/9p.yaml

examples/archlinux.yaml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This template requires Lima v0.7.0 or later
22
images:
33
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4-
- location: "https://geo.mirror.pkgbuild.com/images/v20240501.233015/Arch-Linux-x86_64-cloudimg-20240501.233015.qcow2"
4+
- location: "https://geo.mirror.pkgbuild.com/images/v20240801.250900/Arch-Linux-x86_64-cloudimg-20240801.250900.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:bf87b7c03d77bff13d8079eef70c05d14b7ebdb761d01b7f95c2d335b41e0e50"
6+
digest: "sha256:f0e92eb32c15f4352d27662fdee90e8acc51902f50ded1843ee622e48e999eea"
77
- location: "https://github.com/mcginty/arch-boxes-arm/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
88
arch: "aarch64"
99
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
@@ -16,8 +16,5 @@ mounts:
1616
- location: "~"
1717
- location: "/tmp/lima"
1818
writable: true
19-
# reverse-sshfs seems unstable with ArchLinux ?
20-
mountType: "9p"
21-
vmType: "qemu"
2219
firmware:
2320
legacyBIOS: true

0 commit comments

Comments
 (0)