Skip to content

Commit a9d3a94

Browse files
committed
CI: add back archlinux
Signed-off-by: Akihiro Suda <akihiro.suda.cz@hco.ntt.co.jp>
1 parent 9afb25c commit a9d3a94

File tree

2 files changed

+2
-12
lines changed

2 files changed

+2
-12
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,8 +243,7 @@ jobs:
243243
- alpine.yaml
244244
- debian.yaml # reverse-sshfs
245245
- 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
248247
- opensuse.yaml
249248
- docker.yaml
250249
- ../hack/test-templates/alpine-iso-9p-writable.yaml # Covers alpine-iso.yaml
@@ -278,15 +277,6 @@ jobs:
278277
if: matrix.template == '../hack/test-templates/test-misc.yaml'
279278
- name: "Show cache"
280279
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'
290280
- name: "Test"
291281
uses: nick-fields/retry@7152eba30c6575329ac0576536151aca5a72780e # v3.0.0
292282
with:

templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Distro:
1515
- [`almalinux-9`](./almalinux-9.yaml), `almalinux.yaml`: AlmaLinux 9
1616
- [`alpine`](./alpine.yaml): ☆Alpine Linux
1717
- [`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
1919
- [`centos-stream-9`](./centos-stream-9.yaml), `centos-stream.yaml`: CentOS Stream 9
2020
- [`debian-11`](./debian-11.yaml): Debian GNU/Linux 11(bullseye)
2121
- [`debian-12`](./debian-12.yaml), `debian.yaml`: ⭐Debian GNU/Linux 12(bookworm)

0 commit comments

Comments
 (0)