From dbaa47027e6bb67f57ba4fe40400e39ffadfa097 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Tue, 26 Dec 2017 12:20:17 -0800 Subject: [PATCH] Work around japaric/xargo#186 temporarily --- library/compiler-builtins/ci/run.sh | 3 +++ 1 file changed, 3 insertions(+) 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