Skip to content

Commit c0f739b

Browse files
laltenfilmil
authored andcommitted
Add https://github.com/eclipse-iceoryx/iceoryx/releases/tag/v2.95.4 Includes patches for these PRs: * eclipse-iceoryx/iceoryx#2371 * eclipse-iceoryx/iceoryx#2433 * eclipse-iceoryx/iceoryx#2436 * eclipse-iceoryx/iceoryx#2437 * eclipse-iceoryx/iceoryx#2439 Added `test_targets` in presubmit as well, except for those that are failing due to lack of resources in ci
1 parent f2563ed commit c0f739b

File tree

7 files changed

+575
-1
lines changed

7 files changed

+575
-1
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
module(
2+
name = "iceoryx",
3+
version = "2.95.4",
4+
)
5+
6+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
7+
bazel_dep(name = "cpptoml", version = "0.1.1")
8+
bazel_dep(name = "platforms", version = "0.0.11")
9+
bazel_dep(name = "rules_cc", version = "0.1.1")
10+
bazel_dep(name = "buildifier_prebuilt", version = "7.1.2")
11+
bazel_dep(name = "googletest", version = "1.15.2")
12+
bazel_dep(name = "ncurses", version = "6.4.20221231.bcr.4")
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
diff --git a/MODULE.bazel b/MODULE.bazel
2+
index 5bbfafe7d..7f4fa8287 100644
3+
--- a/MODULE.bazel
4+
+++ b/MODULE.bazel
5+
@@ -1,18 +1,12 @@
6+
module(
7+
- name = "org_eclipse_iceoryx",
8+
+ name = "iceoryx",
9+
version = "2.95.4",
10+
)
11+
12+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
13+
bazel_dep(name = "cpptoml", version = "0.1.1")
14+
-bazel_dep(name = "platforms", version = "0.0.10")
15+
-bazel_dep(name = "rules_cc", version = "0.0.9")
16+
-
17+
-bazel_dep(
18+
- name = "buildifier_prebuilt",
19+
- version = "7.1.2",
20+
- dev_dependency = True,
21+
-)
22+
-bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
23+
-
24+
-bazel_dep(name = "ncurses", version = "6.4.20221231")
25+
+bazel_dep(name = "platforms", version = "0.0.11")
26+
+bazel_dep(name = "rules_cc", version = "0.1.1")
27+
+bazel_dep(name = "buildifier_prebuilt", version = "7.1.2")
28+
+bazel_dep(name = "googletest", version = "1.15.2")
29+
+bazel_dep(name = "ncurses", version = "6.4.20221231.bcr.4")

0 commit comments

Comments
 (0)