|
From: <sv...@op...> - 2026-05-22 11:41:24
|
Author: manx Date: Fri May 22 13:41:16 2026 New Revision: 25343 URL: https://source.openmpt.org/browse/openmpt/?op=revision&rev=25343 Log: [Fix] build: CI: GitHub: CPA: Haiku: Do another reboot after installing dependencies. Haiku may sometimes require it. Modified: trunk/OpenMPT/.github/workflows/Haiku-Autotools.yml trunk/OpenMPT/.github/workflows/Haiku-Makefile.yml Modified: trunk/OpenMPT/.github/workflows/Haiku-Autotools.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Haiku-Autotools.yml Fri May 22 11:26:45 2026 (r25342) +++ trunk/OpenMPT/.github/workflows/Haiku-Autotools.yml Fri May 22 13:41:16 2026 (r25343) @@ -49,6 +49,9 @@ run: | pkgman refresh pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man + - name: Reboot VM + shell: cpa.sh {0} --sync-files none --reboot + run: true - name: Build shell: cpa.sh {0} --sync-files none run: | Modified: trunk/OpenMPT/.github/workflows/Haiku-Makefile.yml ============================================================================== --- trunk/OpenMPT/.github/workflows/Haiku-Makefile.yml Fri May 22 11:26:45 2026 (r25342) +++ trunk/OpenMPT/.github/workflows/Haiku-Makefile.yml Fri May 22 13:41:16 2026 (r25343) @@ -51,6 +51,9 @@ run: | pkgman refresh pkgman install -y subversion git perl gawk make pkgconfig mpg123_devel libogg_devel libvorbis_devel flac_devel libsndfile_devel portaudio_devel libsdl2_devel autoconf autoconf_archive libtool libtool_libltdl doxygen help2man + - name: Reboot VM + shell: cpa.sh {0} --sync-files none --reboot + run: true - name: Build shell: cpa.sh {0} --sync-files none run: | |