Skip to content

Commit

Permalink
Merge pull request #1257 from AkihiroSuda/dev
Browse files Browse the repository at this point in the history
 templates: update Arch Linux to 20221215.111177  ; CI: remove `brew upgrade` for avoiding issue 1256
  • Loading branch information
AkihiroSuda authored Dec 22, 2022
2 parents 585d6e2 + cfab2c4 commit 2b516bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,16 +97,9 @@ jobs:
# jq: required by test-example.sh to determine download URL for nerdctl
run: |
set -x
# Github runners seem to symlink to python2.7 version of 2to3,
# breaking upgrades to latest python@3.9
rm -f /usr/local/bin/2to3
time brew update
# Github runners seem to have lima installed by brew already; we don't want/need it
# It also does throw an error during `brew upgrade`.
# Needs --ignore-dependencies because it is installed as a prerequisite for colima.
time brew uninstall --ignore-dependencies lima
time brew uninstall --ignore-dependencies lima colima
time brew install qemu bash coreutils curl jq
time brew upgrade
- name: Cache ~/Library/Caches/lima/download
uses: actions/cache@v3
with:
Expand Down
4 changes: 2 additions & 2 deletions examples/archlinux.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# This example requires Lima v0.7.0 or later
images:
# Try to use yyyyMMdd.REV image if available. Note that yyyyMMdd.REV will be removed after several months.
- location: "https://geo.mirror.pkgbuild.com/images/v20221201.106936/Arch-Linux-x86_64-cloudimg-20221201.106936.qcow2"
- location: "https://geo.mirror.pkgbuild.com/images/v20221215.111177/Arch-Linux-x86_64-cloudimg-20221215.111177.qcow2"
arch: "x86_64"
digest: "sha256:f380f983484014c5237e446550d49f88122b8176187d78bfdcdb3bc5bfeecce7"
digest: "sha256:e03bca357b6962eb65832dba91bd3515ebd6fe6592748dd0e136502b39d88041"
- location: "/~https://github.com/mcginty/arch-boxes/releases/download/v20220323/Arch-Linux-aarch64-cloudimg-20220323.0.qcow2"
arch: "aarch64"
digest: "sha512:27524910bf41cb9b3223c8749c6e67fd2f2fdb8b70d40648708e64d6b03c0b4a01b3c5e72d51fefd3e0c3f58487dbb400a79ca378cde2da341a3a19873612be8"
Expand Down

0 comments on commit 2b516bb

Please sign in to comment.