Skip to content

Commit 70e577b

Browse files
alexander-shaposhnikovxnnpack-bot
authored andcommitted
Add PTHREADPOOL_NO_SANITIZE_FUNCTION macro.
PiperOrigin-RevId: 907968741
1 parent 85d1718 commit 70e577b

5 files changed

Lines changed: 264 additions & 173 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ module(
44
)
55

66
# Bazel rule definitions
7-
bazel_dep(name = "rules_cc", version = "0.1.1")
7+
bazel_dep(name = "rules_cc", version = "0.2.17")
88
bazel_dep(name = "rules_license", version = "1.0.0")
9-
bazel_dep(name = "rules_python", version = "1.0.0")
9+
bazel_dep(name = "rules_python", version = "1.7.0")
1010

1111
pip = use_extension("@rules_python//python/extensions:pip.bzl", "pip")
1212
pip.parse(
@@ -17,10 +17,10 @@ pip.parse(
1717
use_repo(pip, "pip")
1818

1919
# Bazel Skylib.
20-
bazel_dep(name = "bazel_skylib", version = "1.7.1")
20+
bazel_dep(name = "bazel_skylib", version = "1.8.2")
2121

2222
# Bazel Platforms
23-
bazel_dep(name = "platforms", version = "0.0.10")
23+
bazel_dep(name = "platforms", version = "1.0.0")
2424

2525
# TODO: some (most? all?) of the http_archive() calls below could become bazel_dep() calls,
2626
# but it would require verifying that the semver provided by the Bazel registry matches the hash

0 commit comments

Comments
 (0)