Skip to content

Commit 2b516bb

Browse files
authored
Merge pull request #1257 from AkihiroSuda/dev
templates: update Arch Linux to 20221215.111177 ; CI: remove `brew upgrade` for avoiding issue 1256
2 parents 585d6e2 + cfab2c4 commit 2b516bb

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,16 +97,9 @@ jobs:
9797
# jq: required by test-example.sh to determine download URL for nerdctl
9898
run: |
9999
set -x
100-
# Github runners seem to symlink to python2.7 version of 2to3,
101-
# breaking upgrades to latest python@3.9
102-
rm -f /usr/local/bin/2to3
103-
time brew update
104100
# Github runners seem to have lima installed by brew already; we don't want/need it
105-
# It also does throw an error during `brew upgrade`.
106-
# Needs --ignore-dependencies because it is installed as a prerequisite for colima.
107-
time brew uninstall --ignore-dependencies lima
101+
time brew uninstall --ignore-dependencies lima colima
108102
time brew install qemu bash coreutils curl jq
109-
time brew upgrade
110103
- name: Cache ~/Library/Caches/lima/download
111104
uses: actions/cache@v3
112105
with:

examples/archlinux.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# This example 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/v20221201.106936/Arch-Linux-x86_64-cloudimg-20221201.106936.qcow2"
4+
- location: "https://geo.mirror.pkgbuild.com/images/v20221215.111177/Arch-Linux-x86_64-cloudimg-20221215.111177.qcow2"
55
arch: "x86_64"
6-
digest: "sha256:f380f983484014c5237e446550d49f88122b8176187d78bfdcdb3bc5bfeecce7"
6+
digest: "sha256:e03bca357b6962eb65832dba91bd3515ebd6fe6592748dd0e136502b39d88041"
77
- location: "https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
88
arch: "aarch64"
99
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"

0 commit comments

Comments
 (0)