Skip to content

Commit 6e294e4

Browse files
authored
Update deps and bump Python versions (#286)
Also mark honggfuzz as Linux-only.
1 parent b175627 commit 6e294e4

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

MODULE.bazel

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ bazel_dep(name = "bazel_features", version = "1.20.0")
2222
bazel_dep(name = "abseil-cpp", version = "20240116.1", repo_name = "com_google_absl")
2323
bazel_dep(name = "bazel_skylib", version = "1.5.0")
2424
bazel_dep(name = "platforms", version = "0.0.8")
25-
bazel_dep(name = "rules_python", version = "0.28.0")
26-
bazel_dep(name = "rules_cc", version = "0.2.1")
25+
bazel_dep(name = "rules_python", version = "1.8.0")
26+
bazel_dep(name = "rules_cc", version = "0.2.16")
2727
bazel_dep(name = "rules_java", version = "6.5.2")
2828
bazel_dep(name = "rules_shell", version = "0.3.0")
2929

@@ -46,6 +46,8 @@ SUPPORTED_PYTHON_VERSIONS = [
4646
"3.10",
4747
"3.11",
4848
"3.12",
49+
"3.13",
50+
"3.14",
4951
]
5052

5153
python = use_extension("@rules_python//python/extensions:python.bzl", "python")

fuzzing/engines/BUILD

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ cc_fuzzing_engine(
4848
"@honggfuzz//:honggfuzz": "HONGGFUZZ_PATH",
4949
},
5050
library = "@honggfuzz//:honggfuzz_engine",
51+
target_compatible_with = [
52+
"@platforms//os:linux",
53+
],
5154
visibility = ["//visibility:public"],
5255
)
5356

0 commit comments

Comments
 (0)