File tree Expand file tree Collapse file tree 5 files changed +75
-0
lines changed
Expand file tree Collapse file tree 5 files changed +75
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "iceoryx" ,
3+ version = "2.95.3" ,
4+ bazel_compatibility = [">=7.2.1" ],
5+ )
6+
7+ bazel_dep (name = "bazel_skylib" , version = "1.7.1" )
8+ bazel_dep (name = "cpptoml" , version = "0.1.1" )
9+ bazel_dep (name = "platforms" , version = "0.0.10" )
10+ bazel_dep (name = "rules_cc" , version = "0.0.9" )
11+ bazel_dep (
12+ name = "buildifier_prebuilt" ,
13+ version = "7.1.2" ,
14+ )
15+ bazel_dep (name = "googletest" , version = "1.15.2" )
Original file line number Diff line number Diff line change 1+ ../ MODULE .bazel
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - debian11
4+ - macos
5+ - macos_arm64
6+ - ubuntu2004
7+ - ubuntu2204
8+ - ubuntu2404
9+ bazel : [7.x, 8.x, rolling]
10+ tasks :
11+ verify_targets :
12+ name : Verify build targets
13+ platform : ${{ platform }}
14+ bazel : ${{ bazel }}
15+ build_flags :
16+ - " --enable_bzlmod"
17+ - " --incompatible_disallow_empty_glob=false"
18+ - " --cxxopt=-std=c++17"
19+ - " --@iceoryx//:feature_acl=off"
20+ build_targets :
21+ - " @iceoryx//..."
22+ verify_debian10_targets :
23+ name : Verify build targets
24+ platform : debian10
25+ bazel : ${{ bazel }}
26+ build_flags :
27+ - " --enable_bzlmod"
28+ - " --incompatible_disallow_empty_glob=false"
29+ - " --cxxopt=-std=c++17"
30+ - " --linkopt=-lstdc++fs"
31+ - " --@iceoryx//:feature_acl=off"
32+ build_targets :
33+ - " @iceoryx//..."
Original file line number Diff line number Diff line change 1+ {
2+ "integrity" : " sha256-FLhUkGtYpIFApdB0Fn1fOlry1XhXSUBQGjMJVK95udQ=" ,
3+ "strip_prefix" : " iceoryx-2.95.3" ,
4+ "url" : " https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.95.3.tar.gz" ,
5+ "patch_strip" : 0 ,
6+ "overlay" : {
7+ "MODULE.bazel" : " sha256-xn7teB10eMaV+FsIvXT3EokdOjYfrSOfnone57TFzIc="
8+ }
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/eclipse-iceoryx/iceoryx.git" ,
3+ "maintainers" : [
4+ {
5+ 6+ "github" : " wep21" ,
7+ "name" : " Daisuke Nishimatsu"
8+ }
9+ ],
10+ "repository" : [
11+ " github:eclipse-iceoryx/iceoryx"
12+ ],
13+ "versions" : [
14+ " 2.95.3"
15+ ],
16+ "yanked_versions" : {}
17+ }
You can’t perform that action at this time.
0 commit comments