Skip to content

Commit

Permalink
Update the FreeBSD image to fix a build failure.
Browse files Browse the repository at this point in the history
Apparently Ports only supports the latest stable release, not earlier releases
in the 12.x family.
  • Loading branch information
Screwtapello committed Feb 15, 2021
1 parent ea2611e commit 9131972
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ linux-x86_64-binaries_task:

freebsd-x86_64-binaries_task:
freebsd_instance:
image: freebsd-12-1-release-amd64
image_family: freebsd-12-2

setup_script:
- pkg install --yes curl gmake gdb gcc8 pkgconf sdl2 openal-soft gtksourceview2 libXv zip
Expand Down

0 comments on commit 9131972

Please sign in to comment.