File tree Expand file tree Collapse file tree 5 files changed +51
-0
lines changed
Expand file tree Collapse file tree 5 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ module (
2+ name = "iceoryx" ,
3+ version = "2.0.5" ,
4+ compatibility_level = 1 ,
5+ )
6+ bazel_dep (name = "rules_cc" , version = "0.0.9" )
Original file line number Diff line number Diff line change 1+ --- MODULE.bazel
2+ +++ MODULE.bazel
3+ @@ -0,0 +1,6 @@
4+ + module(
5+ + name = "iceoryx",
6+ + version = "2.0.5",
7+ + compatibility_level = 1,
8+ + )
9+ + bazel_dep(name = "rules_cc", version = "0.0.9")
Original file line number Diff line number Diff line change 1+ matrix :
2+ platform :
3+ - centos7
4+ - debian10
5+ - ubuntu2004
6+ - macos
7+ - windows
8+ tasks :
9+ verify_targets :
10+ name : Verify build targets
11+ platform : ${{ platform }}
12+ build_targets :
13+ - ' @iceoryx//:iceoryx_hoofs'
14+ - ' @iceoryx//:iceoryx_posh'
15+ - ' @iceoryx//:iceoryx_binding_c'
16+ - ' @iceoryx//:roudi'
Original file line number Diff line number Diff line change 1+ {
2+ "url" : " https://github.com/eclipse-iceoryx/iceoryx/archive/refs/tags/v2.0.5.tar.gz" ,
3+ "integrity" : " sha256-v23nDj7e5xIj+ZOim/9eYa+VzkhxEEkp2L0XKfVEuvs=" ,
4+ "strip_prefix" : " iceoryx-2.0.5" ,
5+ "patches" : {
6+ "module_dot_bazel.patch" : " sha256-0wLWYWMUS1lB9kjN+BN8uiWE0qogZyMpycajo9HysvE="
7+ },
8+ "patch_strip" : 1
9+ }
Original file line number Diff line number Diff line change 1+ {
2+ "homepage" : " https://github.com/eclipse-iceoryx/iceoryx.git" ,
3+ "maintainers" : [],
4+ "repository" : [
5+ " github:eclipse-iceoryx/iceoryx"
6+ ],
7+ "versions" : [
8+ " 2.0.5"
9+ ],
10+ "yanked_versions" : {}
11+ }
You can’t perform that action at this time.
0 commit comments