mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 15:10:19 +00:00
CI: Use clang for js
artifacts on Linux
We have optimizations that only work with clang (namely, our use of FLATTEN in the bytecode interpreter).
This commit is contained in:
parent
74fe899d79
commit
f9df95af50
Notes:
github-actions[bot]
2024-11-08 18:30:13 +00:00
Author: https://github.com/trflynn89 Commit: https://github.com/LadybirdBrowser/ladybird/commit/f9df95af50c Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/2225 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/gmta Reviewed-by: https://github.com/nico
1 changed files with 2 additions and 2 deletions
4
.github/workflows/ladybird-js-artifacts.yml
vendored
4
.github/workflows/ladybird-js-artifacts.yml
vendored
|
@ -50,8 +50,8 @@ jobs:
|
|||
- name: Create build directory Ubuntu
|
||||
run: |
|
||||
cmake --preset Distribution_CI \
|
||||
-DCMAKE_C_COMPILER=gcc-13 \
|
||||
-DCMAKE_CXX_COMPILER=g++-13 \
|
||||
-DCMAKE_C_COMPILER=clang-18 \
|
||||
-DCMAKE_CXX_COMPILER=clang++-18 \
|
||||
-DENABLE_GUI_TARGETS=OFF
|
||||
if: ${{ matrix.os_name == 'Linux' }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue