diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2017-12-26 12:20:17 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2017-12-26 12:20:17 -0800 |
| commit | dbaa47027e6bb67f57ba4fe40400e39ffadfa097 (patch) | |
| tree | 9da6fce8490416580c86e07ed44bb42640c55264 /library/compiler-builtins/ci/run.sh | |
| parent | 4481a6c4ab4019762eaafbfe549ab3d395e66b35 (diff) | |
| download | rust-dbaa47027e6bb67f57ba4fe40400e39ffadfa097.tar.gz rust-dbaa47027e6bb67f57ba4fe40400e39ffadfa097.zip | |
Work around japaric/xargo#186 temporarily
Diffstat (limited to 'library/compiler-builtins/ci/run.sh')
| -rwxr-xr-x | library/compiler-builtins/ci/run.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/library/compiler-builtins/ci/run.sh b/library/compiler-builtins/ci/run.sh index 0bc12816ac9..50413cf9f62 100755 --- a/library/compiler-builtins/ci/run.sh +++ b/library/compiler-builtins/ci/run.sh @@ -1,5 +1,8 @@ set -ex +# FIXME(japarix/xargo#186) this shouldn't be necessary +export RUST_TARGET_PATH=`pwd` + case $1 in thumb*) cargo=xargo |
