Skip to content

Commit cf610e6

Browse files
fix: Introduce basic mise.toml (#496)
Our Buildkite machinery now unconditionally runs mise, which means that the CI breaks on seeing that both .tool-versions and mise.toml and absent. Since we need bazelisk anyway, this patch adds a mise.toml with a bazelisk version that can be used.
1 parent 7f3f252 commit cf610e6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[tools]
2+
bazelisk = "latest"

0 commit comments

Comments
 (0)