Skip to content

Commit

Permalink
spread: add libclang-rt-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Saviq committed May 6, 2024
1 parent 39531a8 commit 54c0e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spread/build/ubuntu/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ execute: |
# use clang
if [ "${CLANG}" -eq 1 ]; then
apt-get install --yes --no-install-recommends clang
apt-get install --yes --no-install-recommends clang libclang-rt-dev
echo "OVERRIDE_CONFIGURE_OPTIONS += -DCMAKE_C_COMPILER=clang" >> debian/opts.mk
echo "OVERRIDE_CONFIGURE_OPTIONS += -DCMAKE_CXX_COMPILER=clang++" >> debian/opts.mk
echo "OVERRIDE_CONFIGURE_OPTIONS += -DCMAKE_CXX_FLAGS=-fpch-validate-input-files-content" >> debian/opts.mk
Expand Down

0 comments on commit 54c0e17

Please sign in to comment.