CI: Disable compiletime header check
This check does not seem to provide a lot of value, and it is pretty annoying, so let's just disable it for now.
This commit is contained in:
parent
53ec2ace23
commit
bc98ad9cc1
Notes:
sideshowbarker
2024-07-17 18:41:34 +09:00
Author: https://github.com/IdanHo Commit: https://github.com/SerenityOS/serenity/commit/bc98ad9cc1 Pull-request: https://github.com/SerenityOS/serenity/pull/12584 Reviewed-by: https://github.com/awesomekling ✅ Reviewed-by: https://github.com/bgianfo ✅
1 changed files with 0 additions and 1 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
@ -162,7 +162,6 @@ jobs:
|
|||
# We build and run the Lagom tests in a separate job, and sanitizer builds take a good while longer than non-sanitized.
|
||||
run: |
|
||||
cmake -S Meta/CMake/Superbuild -B Build/superbuild -GNinja \
|
||||
-DENABLE_COMPILETIME_HEADER_CHECK=ON \
|
||||
-DSERENITY_ARCH=${{ matrix.arch }} \
|
||||
-DSERENITY_TOOLCHAIN=GNU \
|
||||
-DCMAKE_C_COMPILER=gcc-11 \
|
||||
|
|
Loading…
Add table
Reference in a new issue