Skip to content

Commit

Permalink
iox-eclipse-iceoryx#2272 Fix bazel build
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Apr 22, 2024
1 parent 182a6da commit fdc73fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions iceoryx_posh/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ configure_file(
# FIXME: for values see "iceoryx_posh/cmake/IceoryxPoshDeployment.cmake" ... for now some nice defaults
"@platforms//os:macos": {
"IOX_COMMUNICATION_POLICY": "ManyToManyPolicy",
"IOX_DEFAULT_RESOURCE_PREFIX": "iox1",
"IOX_EXPERIMENTAL_POSH_FLAG": "false",
"IOX_MAX_CHUNKS_ALLOCATED_PER_PUBLISHER_SIMULTANEOUSLY": "8",
"IOX_MAX_CHUNKS_HELD_PER_SUBSCRIBER_SIMULTANEOUSLY": "256",
Expand All @@ -55,6 +56,7 @@ configure_file(
},
"//conditions:default": {
"IOX_COMMUNICATION_POLICY": "ManyToManyPolicy",
"IOX_DEFAULT_RESOURCE_PREFIX": "iox1",
"IOX_EXPERIMENTAL_POSH_FLAG": "false",
"IOX_MAX_CHUNKS_ALLOCATED_PER_PUBLISHER_SIMULTANEOUSLY": "8",
"IOX_MAX_CHUNKS_HELD_PER_SUBSCRIBER_SIMULTANEOUSLY": "256",
Expand Down

0 comments on commit fdc73fd

Please sign in to comment.