Skip to content

Commit 5376bb9

Browse files
committed
Merged revision(s) 25173 from trunk/OpenMPT:
[Ref] build: CI: GitHub: CPA: Haiku: Update to commit db3b320437f7d43aa4c49e0953922f43442c5001 (2026-04-08). Fixes <cross-platform-actions/action#108>. ........ git-svn-id: https://source.openmpt.org/svn/openmpt/branches/OpenMPT-1.32@25174 56274372-70c3-4bfc-bfc3-4c3a0b034d27
1 parent 6300946 commit 5376bb9

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/Haiku-Autotools.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- name: Startup VM
26-
uses: cross-platform-actions/action@v0.32.0
26+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
2727
with:
2828
architecture: x86_64
2929
memory: 4G
@@ -34,7 +34,7 @@ jobs:
3434
shutdown_vm: false
3535
run: true
3636
- name: Sync files to VM
37-
uses: cross-platform-actions/action@v0.32.0
37+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
3838
with:
3939
architecture: x86_64
4040
memory: 4G
@@ -43,9 +43,9 @@ jobs:
4343
shell: bash
4444
sync_files: runner-to-vm
4545
shutdown_vm: false
46-
run: chown -R $(id -u):$(id -g) $(pwd)
46+
run: true
4747
- name: Install dependencies
48-
uses: cross-platform-actions/action@v0.32.0
48+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
4949
with:
5050
architecture: x86_64
5151
memory: 4G
@@ -58,7 +58,7 @@ jobs:
5858
pkgman refresh
5959
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
6060
- name: Build
61-
uses: cross-platform-actions/action@v0.32.0
61+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
6262
with:
6363
architecture: x86_64
6464
memory: 4G
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
export MAKEFLAGS="-j4"; ./build/autotools/autoconfiscate.sh
7272
- name: Shutdown VM
73-
uses: cross-platform-actions/action@v0.32.0
73+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
7474
with:
7575
architecture: x86_64
7676
memory: 4G

.github/workflows/Haiku-Makefile.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Checkout
2626
uses: actions/checkout@v4
2727
- name: Startup VM
28-
uses: cross-platform-actions/action@v0.32.0
28+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
2929
with:
3030
architecture: x86_64
3131
memory: 4G
@@ -36,7 +36,7 @@ jobs:
3636
shutdown_vm: false
3737
run: true
3838
- name: Sync files to VM
39-
uses: cross-platform-actions/action@v0.32.0
39+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
4040
with:
4141
architecture: x86_64
4242
memory: 4G
@@ -45,9 +45,9 @@ jobs:
4545
shell: bash
4646
sync_files: runner-to-vm
4747
shutdown_vm: false
48-
run: chown -R $(id -u):$(id -g) $(pwd)
48+
run: true
4949
- name: Install dependencies
50-
uses: cross-platform-actions/action@v0.32.0
50+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
5151
with:
5252
architecture: x86_64
5353
memory: 4G
@@ -60,7 +60,7 @@ jobs:
6060
pkgman refresh
6161
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
6262
- name: Build
63-
uses: cross-platform-actions/action@v0.32.0
63+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
6464
with:
6565
architecture: x86_64
6666
memory: 4G
@@ -72,7 +72,7 @@ jobs:
7272
run: |
7373
make -j4 STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }}
7474
- name: Test
75-
uses: cross-platform-actions/action@v0.32.0
75+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
7676
with:
7777
architecture: x86_64
7878
memory: 4G
@@ -84,7 +84,7 @@ jobs:
8484
run: |
8585
make -j4 STRICT=1 VERBOSE=1 ${{ (matrix.deps == 'sys') && 'AUTO_DEPS=1' || (matrix.deps == 'local') && 'LOCAL_ZLIB=1 LOCAL_MPG123=1 LOCAL_OGG=1 LOCAL_VORBIS=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' || 'NO_ZLIB=1 NO_MPG123=1 NO_OGG=1 NO_VORBIS=1 NO_VORBISFILE=1 NO_PORTAUDIO=1 NO_PORTAUDIOCPP=1 NO_PULSEAUDIO=1 NO_SDL2=1 NO_FLAC=1 NO_SNDFILE=1' }} check
8686
- name: Shutdown VM
87-
uses: cross-platform-actions/action@v0.32.0
87+
uses: cross-platform-actions/action@db3b320437f7d43aa4c49e0953922f43442c5001
8888
with:
8989
architecture: x86_64
9090
memory: 4G

0 commit comments

Comments
 (0)