Author: manx
Date: Sat Jun 8 18:24:04 2024
New Revision: 20968
URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=20968
Log:
[Fix] build: CI: GitHub: CPA: OpenBSD pkg_add cannot automatically install any ambiguous package versions, we need to explicitly pick a version.
[Fix] build: CI: GitHub: CPA: Force non-interactive mode for OpenBSD pkg_add.
Modified:
branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml
branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml
Modified: branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Sat Jun 8 18:22:39 2024 (r20967)
+++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.4-Makefile.yml Sat Jun 8 18:24:04 2024 (r20968)
@@ -40,7 +40,9 @@
sync_files: false
shutdown_vm: false
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
+ sudo pkg_add -I ghostscript-10.02.0
+ sudo pkg_add -I autoconf-2.71 automake-1.16.5
+ sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
- name: Build
uses: cross-platform-actions/action@v0.24.0
with:
Modified: branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml
==============================================================================
--- branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Sat Jun 8 18:22:39 2024 (r20967)
+++ branches/OpenMPT-1.30/.github/workflows/OpenBSD-7.5-Makefile.yml Sat Jun 8 18:24:04 2024 (r20968)
@@ -40,7 +40,9 @@
sync_files: false
shutdown_vm: false
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
+ sudo pkg_add -I ghostscript-10.03.1
+ sudo pkg_add -I autoconf-2.71 automake-1.16.5
+ sudo pkg_add -I subversion p5-XML-XPath git mawk gmake pkgconf autoconf-archive libtool libltdl help2man doxygen mpg123 libogg libvorbis flac libsndfile pulseaudio portaudio-svn sdl2
- name: Build
uses: cross-platform-actions/action@v0.24.0
with:
|