From c1df86bb46837d3582372716d552408afdc48e31 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 14 May 2018 06:55:34 -0700 Subject: [PATCH 1/2] Update compiler-rt Pick up a PR we forgot to backport --- compiler-rt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler-rt b/compiler-rt index dfd960b..54d95ca 160000 --- a/compiler-rt +++ b/compiler-rt @@ -1 +1 @@ -Subproject commit dfd960b5f1a1751b22738fa34fd27b583f4618db +Subproject commit 54d95ca0bd603c322601a61255898e2b8d2a3cae From 575612347cf7ee999b5956936b828ecbe843e200 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 14 May 2018 06:56:42 -0700 Subject: [PATCH 2/2] Allow failures on thumb for now --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 898a600..efd0b17 100644 --- a/.travis.yml +++ b/.travis.yml @@ -28,6 +28,11 @@ matrix: - env: TARGET=x86_64-apple-darwin os: osx - env: TARGET=x86_64-unknown-linux-gnu + allow_failures: + - env: TARGET=thumbv6m-linux-eabi + - env: TARGET=thumbv7em-linux-eabi + - env: TARGET=thumbv7em-linux-eabihf + - env: TARGET=thumbv7m-linux-eabi install: - case $TARGET in