Skip to content

Commit 776e5b6

Browse files
committed
iox-#2370: Fix Bzlmod dev_dependency setup
1 parent aa13b0a commit 776e5b6

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

MODULE.bazel

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,5 @@ bazel_dep(name = "cpptoml", version = "0.1.1")
88
bazel_dep(name = "platforms", version = "0.0.10")
99
bazel_dep(name = "rules_cc", version = "0.0.9")
1010

11-
bazel_dep(
12-
name = "buildifier_prebuilt",
13-
version = "7.1.2",
14-
dev_dependency = True,
15-
)
16-
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
11+
bazel_dep(name = "buildifier_prebuilt", version = "7.1.2")
12+
bazel_dep(name = "googletest", version = "1.15.2")

doc/website/release-notes/iceoryx-unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
- ssize_t: redefinition; different basic types [#2209](https://github.com/eclipse-iceoryx/iceoryx/issues/2209)
145145
- Fix bazel build on macos [#2345](https://github.com/eclipse-iceoryx/iceoryx/issues/2345)
146146
- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
147+
- Fix Bzlmod dev_dependency setup [#2370](https://github.com/eclipse-iceoryx/iceoryx/issues/2370)
147148

148149
**Refactoring:**
149150

0 commit comments

Comments
 (0)