From: <sv...@op...> - 2024-06-16 17:06:17
|
Author: manx Date: Sun Jun 16 19:06:05 2024 New Revision: 21039 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=21039 Log: [Mod] build: CI: GitHub: Update FreeBSD to 14.1. [Mod] build: CI: GitHub: Update FreeBSD CPA to commit 6acac3ca1b632aa762721d537dea32398ba0f2b1. Added: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml - copied, changed from r21038, branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml Deleted: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml Copied and modified: branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml (from r21038, branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml) ============================================================================== --- branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.0-Makefile.yml Sun Jun 16 19:04:55 2024 (r21038, copy source) +++ branches/OpenMPT-1.30/.github/workflows/FreeBSD-14.1-Makefile.yml Sun Jun 16 19:06:05 2024 (r21039) @@ -17,64 +17,64 @@ - name: Checkout uses: actions/checkout@v4 - name: Startup VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '14.0' + version: '14.1' shell: bash sync_files: runner-to-vm shutdown_vm: false run: true - name: Install dependencies - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '14.0' + version: '14.1' shell: bash sync_files: false shutdown_vm: false run: | sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 - name: Build - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '14.0' + version: '14.1' shell: bash sync_files: false shutdown_vm: false run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 - name: Test - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '14.0' + version: '14.1' shell: bash sync_files: false shutdown_vm: false run: | gmake -j$(sysctl -n hw.ncpu) STRICT=1 VERBOSE=1 AUTO_DEPS=1 check - name: Shutdown VM - uses: cross-platform-actions/action@v0.24.0 + uses: cross-platform-actions/action@6acac3ca1b632aa762721d537dea32398ba0f2b1 with: architecture: x86_64 hypervisor: qemu memory: 4G operating_system: freebsd - version: '14.0' + version: '14.1' shell: bash sync_files: false shutdown_vm: true |