Skip to content

Commit

Permalink
fix broken build
Browse files Browse the repository at this point in the history
  • Loading branch information
maexrakete committed Dec 14, 2018
1 parent 5689d17 commit 16af8f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions release-build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
#!/bin/bash
set -e -u -o pipefail

if [ "$TRAVIS" = true ]; then
sudo chmod -R 777 .
fi

rm -rf target
docker run -e LIBZ_SYS_STATIC=1 --rm -it -v "$(pwd)":/home/rust/src ekidd/rust-musl-builder:nightly cargo build --release

0 comments on commit 16af8f9

Please sign in to comment.