Skip to content

Commit

Permalink
chore: fix ci scripts #404
Browse files Browse the repository at this point in the history
  • Loading branch information
freemountain committed Jul 19, 2018
1 parent dfcd2c3 commit 96f6971
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Cross.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[target.x86_64-unknown-linux-musl]
image = "anguslees/rust-musl-cpp:latest"
8 changes: 4 additions & 4 deletions ci/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ TARGET="$MACHINE-$VENDOR-$OS"
USE_CROSS=true


if [ "$TARGET" == "x86_64-unknown-linux-musl" ]; then
USE_CROSS=false
DOCKER="docker run -it --rm -v $PWD:/workspace freemountain/alpine-rs:0.6"
fi
# if [ "$TARGET" == "x86_64-unknown-linux-musl" ]; then
# USE_CROSS=false
# DOCKER="docker run -it --rm -v $PWD:/workspace freemountain/alpine-rs:0.6"
# fi


run() {
Expand Down

0 comments on commit 96f6971

Please sign in to comment.