mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05: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)"
|