Skip to content

Commit f6881eb

Browse files
committed
feat: add iceoryx
Signed-off-by: wep21 <[email protected]>
1 parent c31361e commit f6881eb

File tree

5 files changed

+51
-0
lines changed

5 files changed

+51
-0
lines changed

modules/iceoryx/2.0.5/MODULE.bazel

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
module(
2+
name = "iceoryx",
3+
version = "2.0.5",
4+
compatibility_level = 1,
5+
)
6+
bazel_dep(name = "rules_cc", version = "0.0.9")
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
--- MODULE.bazel
2+
+++ MODULE.bazel
3+
@@ -0,0 +1,6 @@
4+
+module(
5+
+ name = "iceoryx",
6+
+ version = "2.0.5",
7+
+ compatibility_level = 1,
8+
+)
9+
+bazel_dep(name = "rules_cc", version = "0.0.9")
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
matrix:
2+
platform:
3+
- centos7
4+
- debian10
5+
- ubuntu2004
6+
- macos
7+
- windows
8+
tasks:
9+
verify_targets:
10+
name: Verify build targets
11+
platform: ${{ platform }}
12+
build_targets:
13+
- '@iceoryx//:iceoryx_hoofs'
14+
- '@iceoryx//:iceoryx_posh'
15+
- '@iceoryx//:iceoryx_binding_c'
16+
- '@iceoryx//:roudi'

modules/iceoryx/2.0.5/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.0.5.tar.gz",
3+
"integrity": "sha256-v23nDj7e5xIj+ZOim/9eYa+VzkhxEEkp2L0XKfVEuvs=",
4+
"strip_prefix": "iceoryx-2.0.5",
5+
"patches": {
6+
"module_dot_bazel.patch": "sha256-0wLWYWMUS1lB9kjN+BN8uiWE0qogZyMpycajo9HysvE="
7+
},
8+
"patch_strip": 1
9+
}

modules/iceoryx/metadata.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"homepage": "https://github.com/eclipse-iceoryx/iceoryx.git",
3+
"maintainers": [],
4+
"repository": [
5+
"github:eclipse-iceoryx/iceoryx"
6+
],
7+
"versions": [
8+
"2.0.5"
9+
],
10+
"yanked_versions": {}
11+
}

0 commit comments

Comments
 (0)