Skip to content

Commit

Permalink
add comment to build_binary.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mat-hek committed Aug 19, 2024
1 parent 2d08da8 commit 6c684c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build_binary.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
MIX_ENV=prod BOOMBOX_BURRITO=true mix release --overwrite && \
mv burrito_out/boombox_current boombox && \
rm -r burrito_out && \
# Burrito extracts the compressed artifacts into a common
# location in the system on a first run, and then reuses
# those artifacts and checks the version in mix.exs to
# know whether it car reuse them. So we need to uninstall
# the artifacts to force burrito to extract them again
# even if the version in mix.exs didn't change
yes | ./boombox maintenance uninstall

0 comments on commit 6c684c8

Please sign in to comment.