Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions buildenv
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ VIM_VERSION="9.1.0869"
export ZOPEN_BUILD_LINE="STABLE"
export ZOPEN_CATEGORIES="editor development"
export ZOPEN_STABLE_URL="https://github.com/vim/vim.git"
export ZOPEN_STABLE_DEPS="git make zoslib ncurses diffutils coreutils findutils sed gawk python lua bash libdio cjson"
export ZOPEN_STABLE_DEPS="git make zoslib ncurses diffutils coreutils findutils sed gawk check_python lua bash libdio cjson"
export ZOPEN_STABLE_TAG="v${VIM_VERSION}"
export ZOPEN_DEV_URL="https://github.com/vim/vim.git"
export ZOPEN_DEV_DEPS="git make zoslib ncurses diffutils coreutils findutils sed gawk python lua bash libdio cjson"
export ZOPEN_DEV_DEPS="git make zoslib ncurses diffutils coreutils findutils sed gawk check_python lua bash libdio cjson"
export ZOPEN_EXTRA_CONFIGURE_OPTS="--with-features=big --with-x=no --enable-gui=no --enable-cscope --enable-terminal --enable-channel --enable-luainterp=dynamic --enable-python3interp=dynamic --with-compiledby=\${ZOPEN_VENDOR}"
export ZOPEN_CHECK="skip" # TODO: terminal support causes tests to hang
#export ZOPEN_CHECK="make"
Expand Down
Loading