chore: import upstream snapshot with attribution
This commit is contained in:
Executable
+13
@@ -0,0 +1,13 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# This script generate a ray C++ template and run example
|
||||
set -e
|
||||
rm -rf ray-template
|
||||
ray cpp --generate-bazel-project-template-to ray-template
|
||||
(
|
||||
cd ray-template
|
||||
|
||||
# Our generated CPP template does not work with bazel 7.x ,
|
||||
# so pin the bazel version to 6
|
||||
USE_BAZEL_VERSION=6.5.0 bash run.sh
|
||||
)
|
||||
Reference in New Issue
Block a user