File tree Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Expand file tree Collapse file tree 2 files changed +3
-10
lines changed Original file line number Diff line number Diff line change 97
97
# jq: required by test-example.sh to determine download URL for nerdctl
98
98
run : |
99
99
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
104
100
# 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
108
102
time brew install qemu bash coreutils curl jq
109
- time brew upgrade
110
103
- name : Cache ~/Library/Caches/lima/download
111
104
uses : actions/cache@v3
112
105
with :
Original file line number Diff line number Diff line change 1
1
# This example requires Lima v0.7.0 or later
2
2
images :
3
3
# 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"
5
5
arch : " x86_64"
6
- digest : " sha256:f380f983484014c5237e446550d49f88122b8176187d78bfdcdb3bc5bfeecce7 "
6
+ digest : " sha256:e03bca357b6962eb65832dba91bd3515ebd6fe6592748dd0e136502b39d88041 "
7
7
- location : " https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
8
8
arch : " aarch64"
9
9
digest : " sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
You can’t perform that action at this time.
0 commit comments