Skip to content

Commit 411bf92

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

File tree

3 files changed

+19
-7
lines changed

3 files changed

+19
-7
lines changed

modules/iceoryx/2.95.3/MODULE.bazel

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ 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
)
17-
bazel_dep(name = "googletest", version = "1.15.2", dev_dependency = True)
15+
bazel_dep(name = "googletest", version = "1.15.2")

modules/iceoryx/2.95.3/presubmit.yml

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
matrix:
22
platform:
3-
- debian10
43
- debian11
54
- macos
65
- macos_arm64
@@ -15,6 +14,21 @@ tasks:
1514
platform: ${{ platform }}
1615
bazel: ${{ bazel }}
1716
build_flags:
18-
- "--enable_bzlmod=true"
17+
- "--enable_bzlmod"
18+
- "--incompatible_disallow_empty_glob=false"
19+
- "--cxxopt=-std=c++17"
20+
- "--@iceoryx//:feature_acl=off"
1921
build_targets:
20-
- '//...'
22+
- "@iceoryx//..."
23+
verify_debian10_targets:
24+
name: Verify build targets
25+
platform: debian10
26+
bazel: ${{ bazel }}
27+
build_flags:
28+
- "--enable_bzlmod"
29+
- "--incompatible_disallow_empty_glob=false"
30+
- "--cxxopt=-std=c++17"
31+
- "--linkopt=-lstdc++fs"
32+
- "--@iceoryx//:feature_acl=off"
33+
build_targets:
34+
- "@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-xn7teB10eMaV+FsIvXT3EokdOjYfrSOfnone57TFzIc="
88
}
99
}

0 commit comments

Comments
 (0)