diff options
author | 2016-10-06 23:33:09 -0500 | |
---|---|---|
committer | 2016-10-07 07:10:39 -0500 | |
commit | 66a17696addb7bca7c94f2ed605e53fc28e76263 (patch) | |
tree | 528bacbaae09422c22e504d37e8af5e2ae6bd3e4 | |
parent | 01464c27b8e6a8941df2eb4f5ca8907b3e12a82a (diff) | |
download | cortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.tar.gz cortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.tar.zst cortex-m-66a17696addb7bca7c94f2ed605e53fc28e76263.zip |
don't install Xargo from within the docker container
-rwxr-xr-x | ci/run.sh | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 ;; *) |