mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 16:58:23 +08:00
6 lines
106 B
Bash
Executable File
6 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
|