Skip to content

Commit 5f86388

Browse files
committed
iox-#2370: Fix Bzlmod dev_dependency setup
1 parent 7592b2a commit 5f86388

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,11 +8,7 @@ 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")
1713

1814
bazel_dep(name = "ncurses", version = "6.4.20221231")

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
- Fix windows performance issue [#2377](https://github.com/eclipse-iceoryx/iceoryx/issues/2377)
157157
- Max Client and Server cannot be configured independently of Max Publisher and Subscriber [#2394](https://github.com/eclipse-iceoryx/iceoryx/issues/2394)
158158
- Fix call to non-existing `getService` in channel.inl [#2426](https://github.com/eclipse-iceoryx/iceoryx/issues/2426)
159+
- Fix Bzlmod dev_dependency setup [#2370](https://github.com/eclipse-iceoryx/iceoryx/issues/2370)
159160

160161
**Refactoring:**
161162

0 commit comments

Comments
 (0)