[flang] Disable arm64 gcc builds in CI until they can be fixed

Currently the arm64 gcc builds in CI are getting stuck,
so disable these to get CI working again until they're fixed.

Original-commit: flang-compiler/f18@49803e62ee
Reviewed-on: https://github.com/flang-compiler/f18/pull/829
This commit is contained in:
David Truby 2019-11-15 16:30:28 +00:00
parent f3ed0b59d4
commit 608ea6414d
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ def main(ctx):
clang("amd64"),
clang("arm64"),
gcc("amd64"),
gcc("arm64"),
#gcc("arm64"),
]