Skip to content

Commit

Permalink
disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mati865 committed Mar 7, 2019
1 parent d85ffa9 commit bba272d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ci/docker/dist-x86_64-musl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ ENV HOSTS=x86_64-unknown-linux-musl \

ENV RUSTFLAGS="-C target-feature=-crt-static"

ENV SCRIPT \
python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
python2.7 ../x.py dist --host $HOSTS --target $HOSTS
ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS

0 comments on commit bba272d

Please sign in to comment.