Skip to content

Commit

Permalink
feat: add iceoryx
Browse files Browse the repository at this point in the history
Signed-off-by: wep21 <[email protected]>
  • Loading branch information
wep21 committed Dec 23, 2024
1 parent b33bb1c commit a6f9b4d
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 0 deletions.
17 changes: 17 additions & 0 deletions modules/iceoryx/2.95.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
module(
name = "iceoryx",
version = "2.95.3",
bazel_compatibility = [">=7.2.1"],
)

bazel_dep(name = "bazel_skylib", version = "1.7.1")
bazel_dep(name = "cpptoml", version = "0.1.1")
bazel_dep(name = "platforms", version = "0.0.10")
bazel_dep(name = "rules_cc", version = "0.0.9")

bazel_dep(
name = "buildifier_prebuilt",
version = "7.1.2",
dev_dependency = True,
)
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
1 change: 1 addition & 0 deletions modules/iceoryx/2.95.3/overlay/MODULE.bazel
20 changes: 20 additions & 0 deletions modules/iceoryx/2.95.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
matrix:
platform:
- debian10
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
- windows
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--enable_bzlmod=true"
build_targets:
- '//...'
9 changes: 9 additions & 0 deletions modules/iceoryx/2.95.3/source.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"integrity": "sha256-FLhUkGtYpIFApdB0Fn1fOlry1XhXSUBQGjMJVK95udQ=",
"strip_prefix": "iceoryx-2.95.3",
"url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-1GNkpMYqIhMdJ7DnvbfdNdWqrFXs3lUd9G64svqHUBw="
}
}
17 changes: 17 additions & 0 deletions modules/iceoryx/metadata.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"homepage": "https://github.com/eclipse-iceoryx/iceoryx.git",
"maintainers": [
{
"email": "[email protected]",
"github": "wep21",
"name": "Daisuke Nishimatsu"
}
],
"repository": [
"github:eclipse-iceoryx/iceoryx"
],
"versions": [
"2.95.3"
],
"yanked_versions": {}
}

0 comments on commit a6f9b4d

Please sign in to comment.