From cc9a70f61ca1789f9a0f930521286143308c7022 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 --- ci/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/run.sh b/ci/run.sh index 0bc1281..50413cf 100755 --- a/ci/run.sh +++ b/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