Skip to content

Commit

Permalink
add a bazel version check to the workspace file
Browse files Browse the repository at this point in the history
  • Loading branch information
j2kun committed Sep 13, 2023
1 parent db09cf7 commit 822c84d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ http_archive(
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")

bazel_skylib_workspace()
load("@bazel_skylib//lib:versions.bzl", "versions")
versions.check(minimum_bazel_version = "6.3.2")

# A two-step process for buliding LLVM/MLIR with bazel. First the raw source
# code is downloaded and imported into this workspace as a git repository,
Expand Down

0 comments on commit 822c84d

Please sign in to comment.