Skip to content

Commit

Permalink
Merge pull request #1590 from hzeller/20230109-ready-for-bazel6
Browse files Browse the repository at this point in the history
Get Verible ready to be compiled with bazel 6
  • Loading branch information
hzeller authored Jan 9, 2023
2 parents 3d377a5 + 60cc641 commit a3feb9b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ http_archive(
urls = ["https://github.com/bazelbuild/platforms/archive/da5541f26b7de1dc8e04c075c99df5351742a4a2.zip"], # 2022-05-27
)

http_archive(
name = "bazel_skylib",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.3.0/bazel-skylib-1.3.0.tar.gz",
],
sha256 = "74d544d96f4a5bb630d465ca8bbcfe231e3594e5aae57e1edbf17a6eb3ca2506",
)
load("@bazel_skylib//:workspace.bzl", "bazel_skylib_workspace")
bazel_skylib_workspace()

http_archive(
name = "com_google_absl",
# On MSVC's STL implementation, string_view cannot be constructed from
Expand Down

0 comments on commit a3feb9b

Please sign in to comment.