From 82c533cbf43c56da0960de7b48e7a6d1cc8defd0 Mon Sep 17 00:00:00 2001 From: Hugo van der Wijst Date: Wed, 16 Jan 2019 17:57:54 -0800 Subject: [PATCH] Fix thumbv6 build. --- ci/script.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ci/script.sh b/ci/script.sh index 40b03a7e38..1bb0ae2edb 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -125,6 +125,11 @@ main() { cargo clean for ex in ${exs[@]}; do + if [ $ex = ramfunc ] && [ $T = thumbv6m-none-eabi ]; then + # LLD doesn't support this at the moment + continue + fi + if [ $ex = singleton ]; then # singleton build is currently not reproducible due to # https://github.com/japaric/owned-singleton/issues/2