mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
CI: Use gcc-12 in nightly Android host lagom build stage
This commit is contained in:
parent
31d4c07dee
commit
a2cd61d19d
Notes:
sideshowbarker
2024-07-17 21:11:12 +09:00
Author: https://github.com/ADKaster Commit: https://github.com/SerenityOS/serenity/commit/a2cd61d19d Pull-request: https://github.com/SerenityOS/serenity/pull/16020
1 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,8 @@ jobs:
|
|||
cmake -GNinja -B tools-build \
|
||||
-DBUILD_LAGOM=OFF \
|
||||
-DENABLE_LAGOM_CCACHE=ON \
|
||||
-DCMAKE_C_COMPILER=gcc-12 \
|
||||
-DCMAKE_CXX_COMPILER=g++-12 \
|
||||
-DCMAKE_INSTALL_PREFIX=tool-install \
|
||||
-Dpackage=LagomTools
|
||||
ninja -C tools-build install
|
||||
|
|
Loading…
Reference in a new issue