Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit 9e393fd

Browse files
jb-bazelsteward-app[bot]BazelStewardhb-man
authored
Update Bazelisk version to v1.19.0 (#514)
* [Maintenance] Update Bazelisk version to v1.19.0 * update comment for bazelisk download --------- Co-authored-by: BazelSteward <[email protected]> Co-authored-by: Danil Tereshchenko <[email protected]>
1 parent ba9dff9 commit 9e393fd

File tree

1 file changed

+3
-1
lines changed
  • executioncontext/workspacecontext/src/main/kotlin/org/jetbrains/bsp/bazel/workspacecontext

1 file changed

+3
-1
lines changed

executioncontext/workspacecontext/src/main/kotlin/org/jetbrains/bsp/bazel/workspacecontext/BazelBinarySpec.kt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ internal object BazelBinarySpecExtractor : ExecutionContextEntityExtractor<Bazel
7272

7373
private fun calculateBazeliskDownloadLink(): String? {
7474
// TODO: https://youtrack.jetbrains.com/issue/BAZEL-743
75-
val base = "https://github.com/bazelbuild/bazelisk/releases/download/v1.18.0/bazelisk-"
75+
// Currently updates are checked on CI daily and automatic PR created on new version.
76+
// Permanent solution should be done later.
77+
val base = "https://github.com/bazelbuild/bazelisk/releases/download/v1.19.0/bazelisk-"
7678
val os = System.getProperty("os.name").lowercase()
7779
val arch = System.getProperty("os.arch").lowercase()
7880
val suffix = when {

0 commit comments

Comments
 (0)