We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca70275 commit 5e1983aCopy full SHA for 5e1983a
deps/rabbitmq_cli/rabbitmqctl.bzl
@@ -155,8 +155,8 @@ done
155
156
cp escript/rabbitmqctl ${{ABS_ESCRIPT_PATH}}
157
158
-cp _build/${{MIX_ENV}}/lib/rabbitmqctl/ebin/* ${{ABS_EBIN_DIR}}
159
-cp _build/${{MIX_ENV}}/lib/rabbitmqctl/consolidated/* ${{ABS_CONSOLIDATED_DIR}}
+cp -RL _build/${{MIX_ENV}}/lib/rabbitmqctl/ebin/* ${{ABS_EBIN_DIR}}
+cp -RL _build/${{MIX_ENV}}/lib/rabbitmqctl/consolidated/* ${{ABS_CONSOLIDATED_DIR}}
160
161
# remove symlinks from the _build directory since it
162
# is not used, and bazel does not allow them
0 commit comments