Skip to content

Commit ebbe381

Browse files
committed
Also disable unity builds for Ubuntu 18.04
This seemed to have slipped through the cracks.
1 parent b1848ee commit ebbe381

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,11 @@ jobs:
4949
5050
# Statically link to libstdc++ on Ubuntu 18.04 as we're compiling
5151
# with a newer version of g++ than what's in the default repos
52-
meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dbitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
52+
# FIXME: Once the Wine versions affected by
53+
# https://bugs.winehq.org/show_bug.cgi?id=53912 are no longer
54+
# around, re-enable unity builds
55+
# meson setup build --buildtype=release --cross-file=cross-wine.conf --unity=on --unity-size=10000 -Dbitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
56+
meson setup build --buildtype=release --cross-file=cross-wine.conf -Dbitbridge=true -Dcpp_link_args='-mwindows -static-libstdc++' -Dbuild.cpp_link_args='-static-libstdc++'
5357
ninja -C build
5458
- name: Strip remaining debug symbols
5559
run: strip build/libyabridge{,-chainloader}-{clap,vst2,vst3}.so build/yabridge-host{,-32}.exe.so

0 commit comments

Comments
 (0)