Skip to content

Commit 36093ab

Browse files
jhoyt4linuxdude42
authored andcommitted
Github workflow: Remove macOS cross-compile
The macOS 14 runner hardware is arm64 requiring the x86_64 build to cross-compile via rosetta2. Unfortunately, this cross-compile mechanism has a tendency to stall out leading to false negatives in the CI process.
1 parent 5e72a11 commit 36093ab

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/build-mythtv.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -323,16 +323,6 @@ jobs:
323323
configureopts: '--disable-firewire --enable-libmp3lame --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-bdjava'
324324
linkerflags: '-Wl,-ld_classic'
325325
cross_compile: false
326-
- desc: 'macOS 14 (Sonoma) x86_64'
327-
runner: 'macOS-14'
328-
arch: 'x86_64'
329-
python_dot_version: '3.11'
330-
qt_version: 'qt5'
331-
database_version: 'mysql8'
332-
extrapkgs: ''
333-
configureopts: '--disable-firewire --enable-libmp3lame --enable-libvpx --enable-libxvid --enable-libx264 --enable-libx265 --enable-bdjava'
334-
linkerflags: '-Wl,-ld_classic'
335-
cross_compile: true
336326
- desc: 'macOS 14 (Sonoma) arm64'
337327
runner: 'macOS-14'
338328
arch: 'arm64'

0 commit comments

Comments
 (0)