Skip to content

Commit

Permalink
[#390] Fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 21, 2024
1 parent 2837a80 commit af8c4a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.Bazel.lock
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"checksum": "8c7bf9445e9dc6b2654902f1a47db51d487887849c7db5b8cb0e4e4f3ab30945",
"checksum": "46742e0fc551c6c5f5a18c5c1133ef74c5793be6c3c7280002b0e33b1cdaf206",
"crates": {
"addr2line 0.24.2": {
"name": "addr2line",
Expand Down
1 change: 1 addition & 0 deletions examples/rust/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ load("@rules_rust//rust:defs.bzl", "rust_library")
rust_library(
name = "examples-common",
srcs = glob(["_examples_common/**/*.rs"]),
deps = ["//iceoryx2:iceoryx2"],
)
2 changes: 2 additions & 0 deletions examples/rust/event_multiplexing/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ rust_binary(
deps = [
"//iceoryx2:iceoryx2",
"//examples/rust:examples-common",
"@crate_index//:clap",
],
)

Expand All @@ -31,5 +32,6 @@ rust_binary(
deps = [
"//iceoryx2:iceoryx2",
"//examples/rust:examples-common",
"@crate_index//:clap",
],
)

0 comments on commit af8c4a8

Please sign in to comment.