Skip to content

Commit

Permalink
Omit bazel_skylib from MODULE.bazel.
Browse files Browse the repository at this point in the history
pybind11_abseil doesn't need it; Abseil does.
(Therefore, leave it in `WORKSPACE` for now.)

PiperOrigin-RevId: 609405813
  • Loading branch information
junyer authored and copybara-github committed Feb 22, 2024
1 parent 2c3afa7 commit 201a58f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@ module(
version = "head",
)

bazel_dep(
name = "bazel_skylib",
version = "1.5.0",
)

bazel_dep(
name = "abseil-cpp",
version = "20240116.0",
Expand Down
3 changes: 2 additions & 1 deletion WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@ load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")

################################################################################
#
# WORKSPACE is being deprecated in favor of the new Bazelmod dependency system
# WORKSPACE is being deprecated in favor of the new Bzlmod dependency system.
# It will be removed at some point in the future.
#
################################################################################

## `bazel_skylib` (PINNED)
# Needed for Abseil.
http_archive(
name = "bazel_skylib", # 2023-05-31T19:24:07Z
sha256 = "08c0386f45821ce246bbbf77503c973246ed6ee5c3463e41efc197fa9bc3a7f4",
Expand Down

0 comments on commit 201a58f

Please sign in to comment.