Skip to content

Commit 0827f8c

Browse files
author
Jorge Aparicio
committed
hide the thumbv* target files
due to how Cargo works, the rustc-cfg in build.rs was picking our target specifications rather than the one the user meant to use. Placing our target files in any place other than the root of the Cargo project avoids the issue.
1 parent 89ebc46 commit 0827f8c

5 files changed

+2
-0
lines changed

ci/run.sh

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ set -e
33
# Test our implementation
44
case $1 in
55
thumb*)
6+
export RUST_TARGET_PATH=/checkout/targets
7+
68
xargo build --target $1
79
xargo build --target $1 --release
810
;;
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)