Skip to content

Commit

Permalink
Merged revision(s) 19903-19905 from trunk/OpenMPT:
Browse files Browse the repository at this point in the history
[Mod] build: CI: GitHub: Try reducing CPA VM size to 4GB. See <cross-platform-actions/action#61 (comment)>.
........
[Mod] build: CI: GitHub: Try disabling syncing back files, which we do not need, for CPA builds. See <cross-platform-actions/action#65>.
........
[Mod] build: CI: GitHub: Update CPA to v0.21.1.
........


git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.31@19906 56274372-70c3-4bfc-bfc3-4c3a0b034d27
  • Loading branch information
manxorist committed Nov 4, 2023
1 parent 27e0be8 commit 87f2a4f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/FreeBSD-12.4-Makefile.yml
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/FreeBSD-13.2-Makefile.yml
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/NetBSD-9.3-Makefile.yml
Expand Up @@ -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: qemu
memory: 4G
operating_system: netbsd
version: '9.3'
sync_files: runner-to-vm
shell: bash
run: |
sudo pkgin -y install subversion git p5-XML-XPath mawk
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/OpenBSD-7.4-Makefile.yml
Expand Up @@ -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
Expand Down

0 comments on commit 87f2a4f

Please sign in to comment.