Skip to content

Commit

Permalink
Resolve additional symlinks when copying in rabbitmqctl.bzl
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e1983a)
(cherry picked from commit 5b797d4)
(cherry picked from commit 31c0693)
  • Loading branch information
HoloRin committed May 2, 2024
1 parent ab0e106 commit ac506f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deps/rabbitmq_cli/rabbitmqctl.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ done
cp escript/rabbitmqctl ${{ABS_ESCRIPT_PATH}}
cp _build/${{MIX_ENV}}/lib/rabbitmqctl/ebin/* ${{ABS_EBIN_DIR}}
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}}
# remove symlinks from the _build directory since it
# is not used, and bazel does not allow them
Expand Down

0 comments on commit ac506f9

Please sign in to comment.