mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 12:07:46 +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
|