Skip to content

Commit

Permalink
disable unity builds in one of the CIs
Browse files Browse the repository at this point in the history
  • Loading branch information
ammen99 committed Dec 26, 2023
1 parent 641981d commit e6be2b8
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 e6be2b8

Please sign in to comment.