mirror of
https://github.com/vale981/ray
synced 2025-03-09 04:46:38 -04:00
4 lines
131 B
Bash
Executable file
4 lines
131 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
mkdir -p /tmp/bazel_event_logs
|
|
echo "--build_event_json_file $(mktemp /tmp/bazel_event_logs/bazel_log.XXXXX)"
|