diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-01 13:01:03 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2024-06-03 13:47:37 +0200 |
commit | aacf9527d654a7427403f23057f142561175cd25 (patch) | |
tree | fd26b8c15c78905cdbf1ccf9297dd7322c3f9612 /.github | |
parent | mkosi: Allow clearing meson cache with WIPE=1 (diff) | |
download | systemd-aacf9527d654a7427403f23057f142561175cd25.tar.xz systemd-aacf9527d654a7427403f23057f142561175cd25.zip |
mkosi: Build with --werror in CI
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/mkosi.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/mkosi.yml b/.github/workflows/mkosi.yml index e4e233b236..a4831bae6a 100644 --- a/.github/workflows/mkosi.yml +++ b/.github/workflows/mkosi.yml @@ -123,6 +123,7 @@ jobs: # Enabling optimizations significantly speeds up integration tests. OPTIMIZATION=g SANITIZERS=${{ matrix.sanitizers }} + MESON_OPTIONS=--werror [Host] ToolsTree=default |