Skip to content

Commit de979d6

Browse files
Require newer rules_python
1 parent 89730f7 commit de979d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module(
55

66
bazel_dep(name = "platforms", version = "0.0.9")
77
bazel_dep(name = "bazel_skylib", version = "1.6.1")
8-
bazel_dep(name = "rules_python", version = "0.22.1")
8+
bazel_dep(name = "rules_python", version = "0.38.0")
99
bazel_dep(name = "picotool", version = "2.0.0")
1010
bazel_dep(name = "rules_cc", version = "0.0.10")
1111

tools/compare_build_systems.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,9 +153,9 @@
153153
# In CMake, linking these libraries also sets defines for adjacent
154154
# libraries. That's an antipattern in Bazel, so there's flags to control
155155
# which modules to enable instead.
156-
"PICO_ENABLE_BLE",
157-
"PICO_ENABLE_CLASSIC",
158-
"PICO_ENABLE_MESH",
156+
"PICO_BT_ENABLE_BLE",
157+
"PICO_BT_ENABLE_CLASSIC",
158+
"PICO_BT_ENABLE_MESH",
159159
)
160160

161161

0 commit comments

Comments
 (0)