From: <sv...@op...> - 2025-02-16 12:33:50
|
Author: manx Date: Sun Feb 16 13:33:44 2025 New Revision: 22959 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=22959 Log: [Fix] build: CI: Cirrus-CI: FreeBSD: Update to 14.2. Modified: trunk/OpenMPT/.cirrus.yml Modified: trunk/OpenMPT/.cirrus.yml ============================================================================== --- trunk/OpenMPT/.cirrus.yml Sun Feb 16 13:27:29 2025 (r22958) +++ trunk/OpenMPT/.cirrus.yml Sun Feb 16 13:33:44 2025 (r22959) @@ -1,7 +1,7 @@ task: - name: freebsd-14-1 + name: freebsd-14-2 freebsd_instance: - image_family: freebsd-14-1 + image_family: freebsd-14-2 install_script: pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool doxygen help2man mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 build_script: gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 test_script: gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check |