Skip to content

Commit 1acbf7d

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

File tree

5 files changed

+64
-0
lines changed

5 files changed

+64
-0
lines changed
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
module(
2+
name = "iceoryx",
3+
version = "2.95.3",
4+
bazel_compatibility = [">=7.2.1"],
5+
)
6+
7+
bazel_dep(name = "bazel_skylib", version = "1.7.1")
8+
bazel_dep(name = "cpptoml", version = "0.1.1")
9+
bazel_dep(name = "platforms", version = "0.0.10")
10+
bazel_dep(name = "rules_cc", version = "0.0.9")
11+
12+
bazel_dep(
13+
name = "buildifier_prebuilt",
14+
version = "7.1.2",
15+
dev_dependency = True,
16+
)
17+
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../MODULE.bazel
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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_flags:
18+
- "--enable_bzlmod"
19+
build_targets:
20+
- '//...'

modules/iceoryx/2.95.3/source.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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+
"patch_strip": 0,
6+
"overlay": {
7+
"MODULE.bazel": "sha256-1GNkpMYqIhMdJ7DnvbfdNdWqrFXs3lUd9G64svqHUBw="
8+
}
9+
}

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)