*** WEDGE running in 2025 mode with ../oils.DEPS *** unboxed _build/deps-source/python3/ 3.10.4 wedge_out_base_dir=/home/runner/work/oils/oils.DEPS/wedge Loading _build/deps-source/python3/ OK name: python3 -- single version: 3.10.4 -- tarball name: Python -- WEDGE_IS_ABSOLUTE wedge-make () { local src_dir=$1; local build_dir=$2; local install_dir=$3; pushd $build_dir; time $src_dir/configure --prefix=$install_dir --without-static-libpython; time make; popd } OK wedge-make wedge-install () { local build_dir=$1; local install_dir=$2; pushd $build_dir; time make install; popd } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/python3/ SRC /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4 ~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils ~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils/_build/wedge/tmp/python3-3.10.4 ~/work/oils/oils _build/deps-source/python3//WEDGE: line 32: /home/runner/work/oils/oils/_build/deps-source/python3/Python-3.10.4/configure: No such file or directory real 0m0.001s user 0m0.000s sys 0m0.001s