Skip to content

Commit

Permalink
Merge branch 'main' into iox-2372
Browse files Browse the repository at this point in the history
  • Loading branch information
lalten authored Nov 18, 2024
2 parents c155471 + d628cb7 commit 9d8ed97
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ string_flag(
visibility = ["//visibility:public"],
)

alias(
name = "iceoryx",
actual = "//:iceoryx_binding_c",
visibility = ["//visibility:public"],
)

alias(
name = "iceoryx_hoofs",
actual = "//iceoryx_hoofs",
Expand Down
1 change: 1 addition & 0 deletions doc/website/release-notes/iceoryx-unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
- ssize_t: redefinition; different basic types [#2209](https://github.com/eclipse-iceoryx/iceoryx/issues/2209)
- Fix bazel build on macos [#2345](https://github.com/eclipse-iceoryx/iceoryx/issues/2345)
- Fix Bzlmod module name typo [#2364](https://github.com/eclipse-iceoryx/iceoryx/issues/2364)
- Add //:iceoryx Bazel alias [#2368](https://github.com/eclipse-iceoryx/iceoryx/issues/2368)
- Depend on @ncurses when building with Bazel [#2372](https://github.com/eclipse-iceoryx/iceoryx/issues/2372)

**Refactoring:**
Expand Down

0 comments on commit 9d8ed97

Please sign in to comment.