Skip to content

Commit

Permalink
[#349] Add 'exclusive' tag to more targets
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Oct 20, 2024
1 parent 4401471 commit 55e736a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions iceoryx2-bb/posix/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ rust_test_suite(
"//iceoryx2-pal/posix:iceoryx2-pal-posix",
"//iceoryx2-pal/configuration:iceoryx2-pal-configuration",
],
tags = ["exclusive"],
proc_macro_deps = [
"@crate_index//:generic-tests",
],
Expand Down
1 change: 1 addition & 0 deletions iceoryx2-ffi/ffi/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ rust_shared_library(
"//iceoryx2-cal:iceoryx2-cal",
"@crate_index//:serde",
],
tags = ["exclusive"],
proc_macro_deps = [
"//iceoryx2-ffi/ffi-macros:iceoryx2-ffi-macros",
],
Expand Down

0 comments on commit 55e736a

Please sign in to comment.