From cc082d85b247692b002a9aa8c6903df34a5372b6 Mon Sep 17 00:00:00 2001 From: Ilia Bozhinov Date: Tue, 26 Dec 2023 19:03:14 +0200 Subject: [PATCH] disable unity builds in one of the CIs (#2081) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b2de939f6..f0a37a175 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ jobs: - run: git config --global --add safe.directory /__w/wayfire/wayfire - run: git submodule sync --recursive && git submodule update --init --force --recursive - run: (cd subprojects/wlroots && meson build --prefix=/usr && ninja -C build install) - - run: meson build -Dtests=enabled -Db_pch=true -Duse_system_wlroots=enabled --unity on + - run: meson build -Dtests=enabled -Db_pch=true -Duse_system_wlroots=enabled - run: ninja -v -Cbuild - run: ninja -v -Cbuild test test_glibc_llvm: