https://github.com/ray-project/ray
Raw File
Tip revision: 482701922afb6051a34899e704f6146c9a6f1a6a authored by Archit Kulkarni on 11 September 2022, 03:55:04 UTC
[runtime env] Fix segfault by sending RPC reply only after we're done accessing the request (#28409)
Tip revision: 4827019
setup_hooks.sh
#!/bin/bash
chmod +x "$PWD"/ci/lint/pre-push
ln -s "$PWD"/ci/lint/pre-push "$PWD"/.git/hooks/pre-push
back to top