From df763016ccade6c2374552c1ce593959f3fd675a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20Heusipp?= Date: Sat, 4 Nov 2023 12:15:01 +0000 Subject: [PATCH] Merged revision(s) 19906 from branches/OpenMPT-1.31: Merged revision(s) 19903-19905 from trunk/OpenMPT: [Mod] build: CI: GitHub: Try reducing CPA VM size to 4GB. See . ........ [Mod] build: CI: GitHub: Try disabling syncing back files, which we do not need, for CPA builds. See . ........ [Mod] build: CI: GitHub: Update CPA to v0.21.1. ........ ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.30@19907 56274372-70c3-4bfc-bfc3-4c3a0b034d27 --- .github/workflows/FreeBSD-12.4-Makefile.yml | 4 +++- .github/workflows/FreeBSD-13.2-Makefile.yml | 4 +++- .github/workflows/OpenBSD-7.4-Makefile.yml | 4 +++- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/workflows/FreeBSD-12.4-Makefile.yml b/.github/workflows/FreeBSD-12.4-Makefile.yml index b3de868365..541fd1a046 100644 --- a/.github/workflows/FreeBSD-12.4-Makefile.yml +++ b/.github/workflows/FreeBSD-12.4-Makefile.yml @@ -15,12 +15,14 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cross-platform-actions/action@v0.21.0 + - uses: cross-platform-actions/action@v0.21.1 with: architecture: x86_64 hypervisor: xhyve + memory: 4G operating_system: freebsd version: '12.4' + sync_files: runner-to-vm shell: bash 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 diff --git a/.github/workflows/FreeBSD-13.2-Makefile.yml b/.github/workflows/FreeBSD-13.2-Makefile.yml index 0347891e01..0691a6894d 100644 --- a/.github/workflows/FreeBSD-13.2-Makefile.yml +++ b/.github/workflows/FreeBSD-13.2-Makefile.yml @@ -15,12 +15,14 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cross-platform-actions/action@v0.21.0 + - uses: cross-platform-actions/action@v0.21.1 with: architecture: x86_64 hypervisor: xhyve + memory: 4G operating_system: freebsd version: '13.2' + sync_files: runner-to-vm shell: bash run: | sudo pkg install -y subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool help2man mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio sdl2 diff --git a/.github/workflows/OpenBSD-7.4-Makefile.yml b/.github/workflows/OpenBSD-7.4-Makefile.yml index 7d3d6e822a..dc321e6519 100644 --- a/.github/workflows/OpenBSD-7.4-Makefile.yml +++ b/.github/workflows/OpenBSD-7.4-Makefile.yml @@ -15,12 +15,14 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: cross-platform-actions/action@v0.21.0 + - uses: cross-platform-actions/action@v0.21.1 with: architecture: x86_64 hypervisor: xhyve + memory: 4G operating_system: openbsd version: '7.4' + sync_files: runner-to-vm shell: bash run: | sudo pkg_add subversion p5-XML-XPath git mawk gmake pkgconf autoconf autoconf-archive automake libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2