Skip to content

Commit

Permalink
Force version of skylib
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharpe committed Jan 1, 2025
1 parent c1898df commit b2cf5f7
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/WORKSPACE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ local_repository(
path = "..",
)

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_skylib",
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
urls = [
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
],
)

load("@rules_foreign_cc//foreign_cc:repositories.bzl", "rules_foreign_cc_dependencies")

rules_foreign_cc_dependencies()
Expand All @@ -27,8 +38,6 @@ py_repositories()

# Gazelle dependencies

load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

http_archive(
name = "bazel_gazelle",
sha256 = "b7387f72efb59f876e4daae42f1d3912d0d45563eac7cb23d1de0b094ab588cf",
Expand Down

0 comments on commit b2cf5f7

Please sign in to comment.