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:
parent
c7cfd3cb1e
commit
3d59efa7e1
Notes:
github-actions[bot]
2025-05-14 08:07:43 +00:00
Author: https://github.com/trflynn89
Commit: 3d59efa7e1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4715
Reviewed-by: https://github.com/ADKaster ✅
Reviewed-by: https://github.com/BertalanD
Reviewed-by: https://github.com/InvalidUsernameException
1 changed files with 0 additions and 2 deletions
2
.github/workflows/lagom-template.yml
vendored
2
.github/workflows/lagom-template.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue