*** WEDGE running in 2025 mode with ../oils.DEPS *** unboxed _build/deps-source/zsh/ 5.9 wedge_out_base_dir=/home/runner/work/oils/oils.DEPS/wedge Loading _build/deps-source/zsh/ OK name: zsh -- version list: 5.1.1 5.9 OK Setting WEDGE_VERSION to 5.9 wedge-make () { local src_dir=$1; local build_dir=$2; local install_dir=$3; time $src_dir/configure --disable-dynamic --with-tcsetpgrp --prefix=$install_dir CFLAGS="-Wno-error=incompatible-pointer-types"; sed -i 's/regex.mdd link=no/regex.mdd link=static/' config.modules; make prep; time make } OK wedge-make wedge-install () { local build_dir=$1; pushd $build_dir; time make install; popd } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/zsh/ SRC /home/runner/work/oils/oils/_build/deps-source/zsh/zsh-5.9 ~/work/oils/oils/_build/wedge/tmp/zsh-5.9 ~/work/oils/oils _build/deps-source/zsh//WEDGE: line 36: /home/runner/work/oils/oils/_build/deps-source/zsh/zsh-5.9/configure: No such file or directory real 0m0.001s user 0m0.000s sys 0m0.000s