#150 tests: toolchains: skip testing with compiler-rt in s390x
Merged 2 years ago by sergesanspaille. Opened 2 years ago by jcheca.

@@ -85,6 +85,11 @@ 

                        continue

                      fi

  

+                     # compiler-rt does not provide builtins for s390x

+                     if [[ "$(uname -m)" = "s390x" && "$rtlib" = "compiler-rt" ]]; then

+                       continue

+                     fi

+ 

                      test_toolchain $compiler $rtlib $linker $cxxlib $args

                  done

              done

no initial comment

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci

Pull-Request has been merged by sergesanspaille

2 years ago
Metadata