aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ci/common/build.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/ci/common/build.sh b/ci/common/build.sh
index 8b91af69b3..b1ea2270c0 100644
--- a/ci/common/build.sh
+++ b/ci/common/build.sh
@@ -47,11 +47,6 @@ build_nvim() {
echo "Building nvim."
ninja nvim || exit 1
- if test "$CLANG_SANITIZER" != "TSAN" ; then
- echo "Building libnvim."
- ninja libnvim || exit 1
- fi
-
# Invoke nvim to trigger *San early.
if ! (bin/nvim --version && bin/nvim -u NONE -e -cq | cat -vet) ; then
check_sanitizer "${LOG_DIR}"