@@ -732,6 +732,11 @@ function gg_check_build_requirements {
gg_printf 'ctest not found, please install\n'
exit1
fi
if ! command -v unzip &> /dev/null;then
gg_printf 'unzip not found, please install\n'
exit1
fi
}
function gg_run_test_backend_ops_cpu {
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.