mirror of
https://github.com/vale981/ray
synced 2025-03-07 02:51:39 -05: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
|