*** WEDGE running in 2025 mode with ../oils.DEPS *** unboxed _build/deps-source/bloaty/ 1.1 wedge_out_base_dir=/home/runner/work/oils/oils.DEPS/wedge Loading _build/deps-source/bloaty/ OK name: bloaty -- single version: 1.1 -- WEDGE_IS_ABSOLUTE wedge-make () { local src_dir=$1; local build_dir=$2; local install_dir=$3; pushd $build_dir; time cmake -DCMAKE_INSTALL_PREFIX=$install_dir $src_dir; time make -j 4; popd } OK wedge-make wedge-install () { local build_dir=$1; local install_dir=$2; pushd $build_dir; mkdir -p $install_dir; strip -o $install_dir/bloaty $build_dir/bloaty; popd } OK wedge-install OK wedge-smoke-test Loaded _build/deps-source/bloaty/ SRC /home/runner/work/oils/oils/_build/deps-source/bloaty/bloaty-1.1 ~/work/oils/oils/_build/wedge/tmp/bloaty-1.1 ~/work/oils/oils ~/work/oils/oils/_build/wedge/tmp/bloaty-1.1 ~/work/oils/oils/_build/wedge/tmp/bloaty-1.1 ~/work/oils/oils CMake Error: The source directory "/home/runner/work/oils/oils/_build/deps-source/bloaty/bloaty-1.1" does not exist. Specify --help for usage, or press the help button on the CMake GUI. real 0m0.030s user 0m0.003s sys 0m0.005s