mirror of
https://github.com/neovim/neovim.git
synced 2024-12-20 11:15:14 -07:00
build: don't build libnvim when running the CI (#22149)
It shouldn't be sneakily run alongside the nvim build. If it's to be used it should be done in a separate step.
This commit is contained in:
parent
aa04efcf57
commit
3170e05d57
@ -47,11 +47,6 @@ build_nvim() {
|
|||||||
echo "Building nvim."
|
echo "Building nvim."
|
||||||
ninja nvim || exit 1
|
ninja nvim || exit 1
|
||||||
|
|
||||||
if test "$CLANG_SANITIZER" != "TSAN" ; then
|
|
||||||
echo "Building libnvim."
|
|
||||||
ninja libnvim || exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
# Invoke nvim to trigger *San early.
|
# Invoke nvim to trigger *San early.
|
||||||
if ! (bin/nvim --version && bin/nvim -u NONE -e -cq | cat -vet) ; then
|
if ! (bin/nvim --version && bin/nvim -u NONE -e -cq | cat -vet) ; then
|
||||||
check_sanitizer "${LOG_DIR}"
|
check_sanitizer "${LOG_DIR}"
|
||||||
|
Loading…
Reference in New Issue
Block a user