File tree 3 files changed +4
-14
lines changed
3 files changed +4
-14
lines changed Original file line number Diff line number Diff line change @@ -243,8 +243,7 @@ jobs:
243
243
- alpine.yaml
244
244
- debian.yaml # reverse-sshfs
245
245
- fedora.yaml
246
- # cloud-init 24.3.1-1 package has a regression: https://github.com/lima-vm/lima/issues/2714
247
- # - archlinux.yaml
246
+ - archlinux.yaml
248
247
- opensuse.yaml
249
248
- docker.yaml
250
249
- ../hack/test-templates/alpine-iso-9p-writable.yaml # Covers alpine-iso.yaml
@@ -278,15 +277,6 @@ jobs:
278
277
if : matrix.template == '../hack/test-templates/test-misc.yaml'
279
278
- name : " Show cache"
280
279
run : ./hack/debug-cache.sh
281
- - name : " Adjust LIMACTL_CREATE_ARGS"
282
- # Change the mount type from 9p to reverse-sshfs, as a workaround for:
283
- #
284
- # > level=fatal msg="failed to get unprivileged mount flags for \"/home/runner/lima-container-engine-test-tmp/random\": stat /home/runner/lima-container-engine-test-tmp/random: no such file or directory"
285
- #
286
- # The issue is not reproducible on a local MacBook.
287
- # https://github.com/lima-vm/lima/issues/2701
288
- run : echo "LIMACTL_CREATE_ARGS=${LIMACTL_CREATE_ARGS} --mount-type=reverse-sshfs" >>$GITHUB_ENV
289
- if : matrix.template == 'archlinux.yaml'
290
280
- name : " Test"
291
281
uses : nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
292
282
with :
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Distro:
15
15
- [ ` almalinux-9 ` ] ( ./almalinux-9.yaml ) , ` almalinux.yaml ` : AlmaLinux 9
16
16
- [ ` alpine ` ] ( ./alpine.yaml ) : ☆Alpine Linux
17
17
- [ ` alpine-iso ` ] ( ./alpine-iso.yaml ) : ☆Alpine Linux (ISO9660 image). Compatible with the ` alpine ` template used in Lima prior to v1.0.
18
- - [ ` archlinux ` ] ( ./archlinux.yaml ) : Arch Linux
18
+ - [ ` archlinux ` ] ( ./archlinux.yaml ) : ☆ Arch Linux
19
19
- [ ` centos-stream-9 ` ] ( ./centos-stream-9.yaml ) , ` centos-stream.yaml ` : CentOS Stream 9
20
20
- [ ` debian-11 ` ] ( ./debian-11.yaml ) : Debian GNU/Linux 11(bullseye)
21
21
- [ ` debian-12 ` ] ( ./debian-12.yaml ) , ` debian.yaml ` : ⭐Debian GNU/Linux 12(bookworm)
Original file line number Diff line number Diff line change 2
2
images :
3
3
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
4
4
5
- - location : " https://geo.mirror.pkgbuild.com/images/v20241001.267073 /Arch-Linux-x86_64-cloudimg-20241001.267073 .qcow2"
5
+ - location : " https://geo.mirror.pkgbuild.com/images/v20241101.275802 /Arch-Linux-x86_64-cloudimg-20241101.275802 .qcow2"
6
6
arch : " x86_64"
7
- digest : " sha256:9e29f8aa543096af97579b6d3f7de627cd5f93dfa1f3f230b8a5ca4fbc3469be "
7
+ digest : " sha256:9917535108a7b63811e1eef52d0d66452379a7848227c3b1afd6526900850c6d "
8
8
- location : " https://github.com/mcginty/arch-boxes-arm/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
9
9
arch : " aarch64"
10
10
digest : " sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
You can’t perform that action at this time.
0 commit comments