Skip to content

Commit 2057d4e

Browse files
keitherenon
authored andcommitted
Revert "add skylib"
This reverts commit 18b83b8.
1 parent a63d5d2 commit 2057d4e

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

MODULE.bazel

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
11
module(name = "bazel_clang_tidy")
2-
3-
bazel_dep(name = "bazel_skylib", version = "1.7.1")

WORKSPACE

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
11
workspace(name = "bazel_clang_tidy")
2-
3-
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
4-
5-
http_archive(
6-
name = "bazel_skylib",
7-
sha256 = "bc283cdfcd526a52c3201279cda4bc298652efa898b10b4db0837dc51652756f",
8-
urls = [
9-
"https://mirror.bazel.build/github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
10-
"https://github.com/bazelbuild/bazel-skylib/releases/download/1.7.1/bazel-skylib-1.7.1.tar.gz",
11-
],
12-
)

0 commit comments

Comments
 (0)