Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions modules/iceoryx/2.95.3/MODULE.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
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",
)
bazel_dep(name = "googletest", version = "1.15.2")
1 change: 1 addition & 0 deletions modules/iceoryx/2.95.3/overlay/MODULE.bazel
33 changes: 33 additions & 0 deletions modules/iceoryx/2.95.3/presubmit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
matrix:
platform:
- debian11
- macos
- macos_arm64
- ubuntu2004
- ubuntu2204
- ubuntu2404
bazel: [7.x, 8.x, rolling]
tasks:
verify_targets:
name: Verify build targets
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--enable_bzlmod"
- "--incompatible_disallow_empty_glob=false"
- "--cxxopt=-std=c++17"
- "--@iceoryx//:feature_acl=off"
build_targets:
- "@iceoryx//..."
verify_debian10_targets:
name: Verify build targets
platform: debian10
bazel: ${{ bazel }}
build_flags:
- "--enable_bzlmod"
- "--incompatible_disallow_empty_glob=false"
- "--cxxopt=-std=c++17"
- "--linkopt=-lstdc++fs"
- "--@iceoryx//:feature_acl=off"
build_targets:
- "@iceoryx//..."
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-xn7teB10eMaV+FsIvXT3EokdOjYfrSOfnone57TFzIc="
}
}
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": {}
}
Loading