Skip to content

Commit

Permalink
Added debug to build scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
izderadicka committed Apr 4, 2019
1 parent 49b0b66 commit 5380fc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _build_static.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
set -e
set -e -x
BUILD_DIR="_static_build"

cargo build --target x86_64-alpine-linux-musl --release ${CARGO_ARGS} --features static,${FEATURES}
Expand Down
2 changes: 1 addition & 1 deletion build_static.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

set -e -x
OPTS_ARGS=""
if [[ -n "$FEATURES" ]]; then
OPTS_ARGS=$OPTS_ARGS" -e FEATURES=$FEATURES"
Expand Down

0 comments on commit 5380fc2

Please sign in to comment.