Actions
Feature #1776
closedCI: Re-enable -Werror in clang_debug
Start date:
11/27/2025
Due date:
% Done:
0%
Estimated time:
Description
#1762 is about to override -Werror with -Wno-error in clang_debug job. Remove that override once we get lua-5.5 as syslua, and won't need to build it ourselves any more, likely when we update runners to ubuntu-26.04.
Files
Updated by Marko Lindqvist 3 months ago
- Related to Bug #1762: CI: clang_debug will not work with lua-5.5 added
Updated by Marko Lindqvist about 1 month ago
- Blocked by Feature #1907: Meson: Silence clang compiler warnings about lua added
Updated by Marko Lindqvist about 1 month ago
Should be possible to do after #1907 already.
Actions
#5
Updated by Marko Lindqvist 25 days ago
- File 0039-CI-Build-clang-debug-job-with-meson.patch 0039-CI-Build-clang-debug-job-with-meson.patch added
- File 0026-CI-Build-clang-debug-job-with-meson.patch 0026-CI-Build-clang-debug-job-with-meson.patch added
- Status changed from New to In Review
- Assignee set to Marko Lindqvist
- Target version set to 3.3.0
Marko Lindqvist wrote in #note-4:
But maybe it's time to convert clang job to a meson one.
That's what these patches do.
Actions