Skip to content

Commit

Permalink
WIP: CI: Ensure FreeBSD can upgrade packages
Browse files Browse the repository at this point in the history
  • Loading branch information
lovell committed Jul 11, 2023
1 parent 4e324b2 commit 02b74a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
freebsd_instance:
image_family: freebsd-14-0-snap
image_family: freebsd-13-2

task:
name: FreeBSD
env:
IGNORE_OSVERSION: yes
skip_notifications: true
prerequisites_script:
- pkg-static update -f
- pkg-static upgrade -y
- pkg update -f
- pkg upgrade -y
- pkg install -y devel/pkgconf graphics/vips www/node20 www/npm
install_script:
- npm install --build-from-source --unsafe-perm
Expand Down

0 comments on commit 02b74a8

Please sign in to comment.