mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 09:19:03 +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:
committed by
Andrew Kaster
parent
74fe899d79
commit
f9df95af50
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' }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user