1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00

CI: Use clang for the fuzzer's lagom tools build

It's kind of weird to be mixing gcc and clang here.
This commit is contained in:
Timothy Flynn 2025-05-11 14:29:02 -04:00 committed by Andrew Kaster
parent c7cfd3cb1e
commit 3d59efa7e1
Notes: github-actions[bot] 2025-05-14 08:07:43 +00:00

View file

@ -143,8 +143,6 @@ jobs:
-DINSTALL_LAGOM_TOOLS=ON \
-DCMAKE_INSTALL_PREFIX=${{ github.workspace }}/Build/tools-install \
-DPython3_EXECUTABLE=${{ env.pythonLocation }}/bin/python \
-DCMAKE_C_COMPILER=gcc-13 \
-DCMAKE_CXX_COMPILER=g++-13 \
-Dpackage=LagomTools
ninja -C ${{ github.workspace }}/Build/tools-build install