Skip to content

Commit

Permalink
ci: actually build clangd by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Hyxogen authored and yuri91 committed Feb 8, 2024
1 parent 2692149 commit fd1da35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ build_compiler() {
PROJECTS="$PROJECTS;clang-tools-extra"
fi

configure_llvm clang
configure_llvm "$PROJECTS"
export DESTDIR="$BUILD_DIR"
llvm_ninja_command install-distribution
unset DESTDIR
Expand Down

0 comments on commit fd1da35

Please sign in to comment.