We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96381a2 commit 7fc90d3Copy full SHA for 7fc90d3
Makefile
@@ -31,7 +31,7 @@ endif
31
32
arm-linux-musleabihf:
33
docker build --tag 'rust-musl-cross' musl
34
- docker run --rm -it -v $(CURDIR):/mnt/workspace -w /mnt/workspace rust-musl-cross musl/build.sh
+ docker run --rm -v $(CURDIR):/mnt/workspace -w /mnt/workspace rust-musl-cross musl/build.sh
35
36
base: check-base
37
$(CURDIR)/base.bash $(NO_TTY_ARG)
0 commit comments