From 919b7a55cdc837166bf831cdd1f01e4ad5b2cf89 Mon Sep 17 00:00:00 2001 From: Philip Sequeira Date: Tue, 24 Sep 2019 23:07:09 -0400 Subject: ci: remove --enable-zsh-comp This option no longer exists, as zsh completion is installed unconditionally now. --- ci/build-tumbleweed.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ci') diff --git a/ci/build-tumbleweed.sh b/ci/build-tumbleweed.sh index 8dc27ad255..0ef468b9ef 100755 --- a/ci/build-tumbleweed.sh +++ b/ci/build-tumbleweed.sh @@ -10,6 +10,5 @@ python3 ./waf configure \ --enable-libsmbclient \ --enable-manpage-build \ --enable-shaderc \ - --enable-vulkan \ - --enable-zsh-comp + --enable-vulkan python3 ./waf build --verbose -- cgit v1.2.3