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:
Idan Horowitz 2022-02-16 21:39:53 +02:00
parent 53ec2ace23
commit bc98ad9cc1

View file

@ -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 \