File tree Expand file tree Collapse file tree 3 files changed +19
-8
lines changed
Expand file tree Collapse file tree 3 files changed +19
-8
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,8 @@ bazel_dep(name = "bazel_skylib", version = "1.7.1")
88bazel_dep (name = "cpptoml" , version = "0.1.1" )
99bazel_dep (name = "platforms" , version = "0.0.10" )
1010bazel_dep (name = "rules_cc" , version = "0.0.9" )
11-
1211bazel_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" )
Original file line number Diff line number Diff line change 11matrix :
22 platform :
3- - debian10
43 - debian11
54 - macos
65 - macos_arm64
76 - ubuntu2004
87 - ubuntu2204
98 - ubuntu2404
10- - windows
119 bazel : [7.x, 8.x, rolling]
1210tasks :
1311 verify_targets :
1412 name : Verify build targets
1513 platform : ${{ platform }}
1614 bazel : ${{ bazel }}
1715 build_flags :
18- - " --enable_bzlmod=true"
16+ - " --enable_bzlmod"
17+ - " --incompatible_disallow_empty_glob=false"
18+ - " --cxxopt=-std=c++17"
19+ - " --@iceoryx//:feature_acl=off"
1920 build_targets :
20- - ' //...'
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 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}
You can’t perform that action at this time.
0 commit comments