We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d85ffa9 commit bba272dCopy full SHA for bba272d
src/ci/docker/dist-x86_64-musl/Dockerfile
@@ -49,6 +49,4 @@ ENV HOSTS=x86_64-unknown-linux-musl \
49
50
ENV RUSTFLAGS="-C target-feature=-crt-static"
51
52
-ENV SCRIPT \
53
- python2.7 ../x.py test --host $HOSTS --target $HOSTS && \
54
- python2.7 ../x.py dist --host $HOSTS --target $HOSTS
+ENV SCRIPT python2.7 ../x.py dist --host $HOSTS --target $HOSTS
0 commit comments