Searched refs:bazel_executable (Results 1 – 5 of 5) sorted by relevance
26 bazel_executable,93 bazel_executable.get() ?? vendoredBazeliskPath();188 bazel_executable,194 if (hasConfiguredPathTo('bazelisk', bazel_executable)) return;208 bazel_executable.update(vendoredBazeliskPath());226 await bazel_executable.update(vendoredBazeliskPath());263 const isUsingVendoredBazelisk = !!bazel_executable269 await bazel_executable.update(vendoredBazeliskPath());
28 import { bazel_executable, settings } from './settings';134 const bazeliskPath = bazel_executable.get() ?? vendoredBazeliskPath();
32 import { bazel_executable, settings, workingDir } from './settings';73 const cmd = bazel_executable.get();
289 export const bazel_executable = stringSettingFor('executable', 'bazel'); constant
423 bazel_executable = which('bazel')424 if bazel_executable is None:425 bazel_executable = which('bazelisk')426 if bazel_executable is None:431 curr_version = run_shell([bazel_executable, '--version'],