Skip to content

Commit 81d7324

Browse files
deps: Bump envoy_toolshed -> 0.3.0 (#39700)
Signed-off-by: dependency-envoy[bot] <148525496+dependency-envoy[bot]@users.noreply.github.com> Signed-off-by: Ryan Northey <[email protected]>
1 parent 83aaebb commit 81d7324

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

bazel/foreign_cc/BUILD

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ cc_library(
446446
name = "libcxx_msan_wrapper",
447447
visibility = ["//visibility:public"],
448448
deps = select({
449-
"//bazel:msan_build": ["@toolshed_msan_libs//:msan_libs"],
449+
"//bazel:msan_build": ["@msan_libs"],
450450
"//conditions:default": [],
451451
}),
452452
alwayslink = 1,
@@ -456,7 +456,7 @@ cc_library(
456456
name = "libcxx_tsan_wrapper",
457457
visibility = ["//visibility:public"],
458458
deps = select({
459-
"//bazel:tsan_build": ["@toolshed_tsan_libs//:tsan_libs"],
459+
"//bazel:tsan_build": ["@tsan_libs"],
460460
"//conditions:default": [],
461461
}),
462462
alwayslink = 1,

bazel/repository_locations.bzl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ REPOSITORY_LOCATIONS_SPEC = dict(
111111
project_name = "envoy_toolshed",
112112
project_desc = "Tooling, libraries, runners and checkers for Envoy proxy's CI",
113113
project_url = "https://github.com/envoyproxy/toolshed",
114-
version = "0.2.7",
115-
sha256 = "ebe088af34601110f07f43ad891da2d49914f54e2968b1b46bf9e7050431f4a2",
114+
version = "0.3.0",
115+
sha256 = "5fb665ab43ee3dd7a4504053dff9c382058be3906ef85ad380484a60410eaaa4",
116116
strip_prefix = "toolshed-bazel-v{version}/bazel",
117117
urls = ["https://github.com/envoyproxy/toolshed/archive/bazel-v{version}.tar.gz"],
118118
use_category = ["build", "controlplane", "dataplane_core"],
119119
implied_untracked_deps = [
120-
"toolshed_tsan_libs",
121-
"toolshed_msan_libs",
120+
"tsan_libs",
121+
"msan_libs",
122122
],
123-
release_date = "2025-05-31",
123+
release_date = "2025-06-01",
124124
cpe = "N/A",
125125
license = "Apache-2.0",
126126
license_url = "https://github.com/envoyproxy/toolshed/blob/bazel-v{version}/LICENSE",

0 commit comments

Comments
 (0)