summarylogtreecommitdiffstats
path: root/use_bazelisk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'use_bazelisk.patch')
-rw-r--r--use_bazelisk.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/use_bazelisk.patch b/use_bazelisk.patch
deleted file mode 100644
index 310f770ed7f9..000000000000
--- a/use_bazelisk.patch
+++ /dev/null
@@ -1,11 +0,0 @@
-diff --git a/bazel/setup_clang.sh b/bazel/setup_clang.sh
-index d0e58478d..bcefc0903 100755
---- a/bazel/setup_clang.sh
-+++ b/bazel/setup_clang.sh
-@@ -1,6 +1,6 @@
- #!/bin/bash
-
--BAZELRC_FILE="${BAZELRC_FILE:-$(bazel info workspace)/clang.bazelrc}"
-+BAZELRC_FILE="${BAZELRC_FILE:-$($BAZELISK info workspace)/clang.bazelrc}"
-
- LLVM_PREFIX=$1