From 1cb67e772859c4e16052057e1d48b32190e9888d Mon Sep 17 00:00:00 2001 From: Zach Laine Date: Thu, 28 Mar 2024 21:47:03 -0500 Subject: [PATCH] Remove apparently broken ARM64 and S390x Clang compilers from Drone builds. --- .drone.star | 2 -- 1 file changed, 2 deletions(-) diff --git a/.drone.star b/.drone.star index ee055ddf..b8be0a31 100644 --- a/.drone.star +++ b/.drone.star @@ -70,10 +70,8 @@ def main(ctx): job(compiler='clang', cxxstd='17,20,2b', os='osx-xcode-14.3.1'), job(compiler='clang', cxxstd='17,20,2b', os='osx-xcode-15.0.1'), # ARM64 - job(compiler='clang-12', cxxstd='17', os='ubuntu-20.04', arch='arm64', add_llvm=True), job(compiler='gcc-11', cxxstd='17,20', os='ubuntu-20.04', arch='arm64'), # S390x - job(compiler='clang-12', cxxstd='17', os='ubuntu-20.04', arch='s390x', add_llvm=True), job(compiler='gcc-11', cxxstd='17,20', os='ubuntu-20.04', arch='s390x'), ]