mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
5 lines
106 B
Bash
Executable file
5 lines
106 B
Bash
Executable file
set -x
|
|
set -e
|
|
|
|
mkdir -p $HOME/ray-bazel-cache
|
|
echo "build --disk_cache=$HOME/ray-bazel-cache" >> .bazelrc
|