Skip to content

Commit 97e488f

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

File tree

4 files changed

+56
-0
lines changed

4 files changed

+56
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
module(
2+
name = "org_eclipse_iceroyx",
3+
version = "2.95.3",
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.10")
9+
bazel_dep(name = "rules_cc", version = "0.0.9")
10+
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)
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
matrix:
2+
platform:
3+
- debian10
4+
- debian11
5+
- macos
6+
- macos_arm64
7+
- ubuntu2004
8+
- ubuntu2204
9+
- ubuntu2404
10+
- windows
11+
bazel: [7.x, 8.x, rolling]
12+
tasks:
13+
verify_targets:
14+
name: Verify build targets
15+
platform: ${{ platform }}
16+
bazel: ${{ bazel }}
17+
build_targets:
18+
- '//...'

modules/iceoryx/2.95.3/source.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"integrity": "sha256-FLhUkGtYpIFApdB0Fn1fOlry1XhXSUBQGjMJVK95udQ=",
3+
"strip_prefix": "iceoryx-2.95.3",
4+
"url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz"
5+
}

modules/iceoryx/metadata.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"homepage": "https://github.com/eclipse-iceoryx/iceoryx.git",
3+
"maintainers": [
4+
{
5+
"email": "[email protected]",
6+
"github": "wep21",
7+
"name": "Daisuke Nishimatsu"
8+
}
9+
],
10+
"repository": [
11+
"github:eclipse-iceoryx/iceoryx"
12+
],
13+
"versions": [
14+
"2.95.3"
15+
],
16+
"yanked_versions": {}
17+
}

0 commit comments

Comments
 (0)