Skip to content

Commit daff215

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

5 files changed

Lines changed: 262 additions & 171 deletions

File tree

MODULE.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)