File tree Expand file tree Collapse file tree 2 files changed +7
-0
lines changed
doc/website/release-notes Expand file tree Collapse file tree 2 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ string_flag(
2828 visibility = ["//visibility:public" ],
2929)
3030
31+ alias (
32+ name = "iceoryx" ,
33+ actual = "//:iceoryx_binding_c" ,
34+ visibility = ["//visibility:public" ],
35+ )
36+
3137alias (
3238 name = "iceoryx_hoofs" ,
3339 actual = "//iceoryx_hoofs" ,
Original file line number Diff line number Diff line change 144144- ssize_t: redefinition; different basic types [ #2209 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2209 )
145145- Fix bazel build on macos [ #2345 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2345 )
146146- Fix Bzlmod module name typo [ #2364 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2364 )
147+ - Add //: iceoryx Bazel alias [ #2368 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2368 )
147148
148149** Refactoring:**
149150
You can’t perform that action at this time.
0 commit comments