mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00

Clean up the ci/ directory. This means getting rid of the travis/ path completely and moving the files into sensible subdirectories. Details: - Moves everything under ci/travis into subdirectories, e.g. ci/build, ci/lint, etc. - Minor adjustments to some scripts (variable renames) - Removes the outdated (unused) asan tests
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)"
|