Skip to content

Commit

Permalink
Use clang19 to build
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Feb 24, 2025
1 parent ef7b782 commit d1fb57e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ jobs:
usesh: true
copyback: false
prepare: |
pkg install -y bash gmake gtar autoconf ncurses
pkg install -y bash gmake gtar autoconf ncurses llvm19
run: |
tar -xzf ./otp_src.tar.gz
Expand All @@ -450,7 +450,8 @@ jobs:
export MAKEFLAGS=-j$(($(nproc) + 2))
export ERLC_USE_SERVER=true
export ERTS_SKIP_DEPEND=true
./otp_build all -a
./configure CC=clang19 CXX=clang++19
make
documentation:
name: Build and check documentation
Expand Down

0 comments on commit d1fb57e

Please sign in to comment.