Skip to content

Commit de160ad

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

6 files changed

Lines changed: 264 additions & 180 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

WORKSPACE

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,6 @@ workspace(name = "pthreadpool")
22

33
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
44

5-
# Bazel rule definitions
6-
http_archive(
7-
name = "rules_cc",
8-
strip_prefix = "rules_cc-main",
9-
urls = ["https://github.com/bazelbuild/rules_cc/archive/master.zip"],
10-
)
11-
125
# LINT.IfChange(googletest)
136
# Google Test framework, used by most unit-tests.
147
http_archive(

0 commit comments

Comments
 (0)