diff --git a/.bazeliskrc b/.bazeliskrc new file mode 100644 index 000000000..8676a7e5c --- /dev/null +++ b/.bazeliskrc @@ -0,0 +1 @@ +USE_BAZEL_VERSION=5.3.1 diff --git a/bazel_build.sh b/bazel_build.sh new file mode 100755 index 000000000..06a0be48e --- /dev/null +++ b/bazel_build.sh @@ -0,0 +1,7 @@ +#!/bin/bash + +# Usage : `./bazel_build.sh` or `bash bazel_build.sh` +set -e +export $(cat .bazeliskrc | xargs) + +bazel build --config=cuda //...