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(
28
28
visibility = ["//visibility:public" ],
29
29
)
30
30
31
+ alias (
32
+ name = "iceoryx" ,
33
+ actual = "//:iceoryx_binding_c" ,
34
+ visibility = ["//visibility:public" ],
35
+ )
36
+
31
37
alias (
32
38
name = "iceoryx_hoofs" ,
33
39
actual = "//iceoryx_hoofs" ,
Original file line number Diff line number Diff line change 144
144
- ssize_t: redefinition; different basic types [ #2209 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2209 )
145
145
- Fix bazel build on macos [ #2345 ] ( https://github.com/eclipse-iceoryx/iceoryx/issues/2345 )
146
146
- 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 )
147
148
148
149
** Refactoring:**
149
150
You can’t perform that action at this time.
0 commit comments