Skip to content

Commit a9b6ff3

Browse files
committed
update
Signed-off-by: wep21 <[email protected]>
1 parent a6f9b4d commit a9b6ff3

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

modules/iceoryx/2.95.3/MODULE.bazel

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
88
bazel_dep(name = "cpptoml", version = "0.1.1")
99
bazel_dep(name = "platforms", version = "0.0.10")
1010
bazel_dep(name = "rules_cc", version = "0.0.9")
11-
1211
bazel_dep(
1312
name = "buildifier_prebuilt",
1413
version = "7.1.2",
15-
dev_dependency = True,
1614
)
15+
1716
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)

modules/iceoryx/2.95.3/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tasks:
1717
build_flags:
1818
- "--enable_bzlmod=true"
1919
build_targets:
20-
- '//...'
20+
- '@iceoryx//...'

modules/iceoryx/2.95.3/source.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
"url": "https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz",
55
"patch_strip": 0,
66
"overlay": {
7-
"MODULE.bazel": "sha256-1GNkpMYqIhMdJ7DnvbfdNdWqrFXs3lUd9G64svqHUBw="
7+
"MODULE.bazel": "sha256-OkP9w7zQ7UEmQT4J+Kce35QsEs6bOhOyFsmJN/dIXpo="
88
}
99
}

0 commit comments

Comments
 (0)