Skip to content

Commit

Permalink
disable unity builds in one of the CIs (WayfireWM#2081)
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 authored and mrsteve0924 committed Mar 2, 2024
1 parent b509df8 commit cc082d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit cc082d8

Please sign in to comment.