Skip to content

Commit

Permalink
bazel: Remove shallow_since attributes
Browse files Browse the repository at this point in the history
Using shallow_since is not recommended, and the attribute is expected
to be removed in a future Bazel version:
bazelbuild/bazel#17356,
bazelbuild/bazel#12857

Change-Id: I3d6daeefad609fc34566b69de67eee2a49f7d5e4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/193473
Presubmit-Verified: CQ Bot Account <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Feb 21, 2024
1 parent 371015e commit 9a3bb01
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ git_repository(
name = "io_bazel_stardoc",
commit = "2b801dc9b93f73812948ee4e505805511b0f55dc",
remote = "https://github.com/bazelbuild/stardoc.git",
shallow_since = "1651081130 -0400",
)

# Set up Protobuf rules.
Expand Down Expand Up @@ -275,7 +274,6 @@ git_repository(
name = "rust_crates",
commit = "6d975531f7672cc6aa54bdd7517e1beeffa578da",
remote = "https://pigweed.googlesource.com/third_party/rust_crates",
shallow_since = "1675359057 +0000",
)

# Registers platforms for use with toolchain resolution
Expand Down Expand Up @@ -371,14 +369,12 @@ new_git_repository(
build_file = "//:third_party/micro_ecc/BUILD.micro_ecc",
commit = "b335ee812bfcca4cd3fb0e2a436aab39553a555a",
remote = "https://github.com/kmackay/micro-ecc.git",
shallow_since = "1648504566 -0700",
)

git_repository(
name = "boringssl",
commit = "0fd67c76fc4bfb05a665c087ebfead77a3267f6d",
remote = "https://boringssl.googlesource.com/boringssl",
shallow_since = "1637714942 +0000",
)

git_repository(
Expand All @@ -387,7 +383,6 @@ git_repository(
# mbedtls-3.2.1 released 2022-07-12
commit = "869298bffeea13b205343361b7a7daf2b210e33d",
remote = "https://pigweed.googlesource.com/third_party/github/ARMmbed/mbedtls",
shallow_since = "1648504566 -0700",
)

http_archive(
Expand Down

0 comments on commit 9a3bb01

Please sign in to comment.