Skip to content

Commit

Permalink
update
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 a6f9b4d commit 4e24d8a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
4 changes: 1 addition & 3 deletions modules/iceoryx/2.95.3/MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ 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)
bazel_dep(name = "googletest", version = "1.15.2")
8 changes: 6 additions & 2 deletions modules/iceoryx/2.95.3/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ tasks:
platform: ${{ platform }}
bazel: ${{ bazel }}
build_flags:
- "--enable_bzlmod=true"
- "--enable_bzlmod"
- "--incompatible_disallow_empty_glob=false"
- "--cxxopt=-std=c++17"
- "--linkopt=-lstdc++fs"
- "--@iceoryx//:feature_acl=off"
build_targets:
- '//...'
- "@iceoryx//..."
2 changes: 1 addition & 1 deletion modules/iceoryx/2.95.3/source.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz",
"patch_strip": 0,
"overlay": {
"MODULE.bazel": "sha256-1GNkpMYqIhMdJ7DnvbfdNdWqrFXs3lUd9G64svqHUBw="
"MODULE.bazel": "sha256-xn7teB10eMaV+FsIvXT3EokdOjYfrSOfnone57TFzIc="
}
}

0 comments on commit 4e24d8a

Please sign in to comment.