aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <japaricious@gmail.com> 2016-10-06 23:33:09 -0500
committerGravatar Jorge Aparicio <japaricious@gmail.com> 2016-10-07 07:10:39 -0500
commit66a17696addb7bca7c94f2ed605e53fc28e76263 (patch)
tree528bacbaae09422c22e504d37e8af5e2ae6bd3e4
parent01464c27b8e6a8941df2eb4f5ca8907b3e12a82a (diff)
downloadcortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.tar.gz
cortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.tar.zst
cortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.zip
don't install Xargo from within the docker container
-rwxr-xr-xci/run.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/ci/run.sh b/ci/run.sh
index c1f2a5a..fdd3fd2 100755
--- a/ci/run.sh
+++ b/ci/run.sh
@@ -4,8 +4,6 @@ set -ex
case $1 in
thumbv*)
- curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
- bash -s -- --at /usr/bin --from japaric/xargo --tag v0.1.9
xargo build --target $1
;;
*)