Remove tests for ppc64 on Travic CI.

This commit is contained in:
Guangli Dai 2024-08-23 14:25:47 -07:00 committed by Qi Wang
parent 8c54637f8c
commit 5b72ac098a
2 changed files with 2 additions and 34 deletions

View file

@ -316,7 +316,8 @@ def main():
# generate_freebsd(AMD64),
generate_linux(AMD64),
generate_linux(PPC64LE),
# PPC tests on travis has been down for a while, disable it for now.
# generate_linux(PPC64LE),
generate_macos(AMD64),