mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-22 04:03:11 +00:00
Add travis tests for arm64.
This commit is contained in:
@@ -246,6 +246,9 @@ def generate_linux(arch):
|
||||
if arch == PPC64LE:
|
||||
# Avoid 32 bit builds and clang on PowerPC
|
||||
exclude = (CROSS_COMPILE_32BIT, CLANG,)
|
||||
if arch == ARM64:
|
||||
# Avoid 32 bit build on ARM64
|
||||
exclude = (CROSS_COMPILE_32BIT,)
|
||||
|
||||
return generate_jobs(os, arch, exclude, max_unusual_opts)
|
||||
|
||||
@@ -318,6 +321,7 @@ def main():
|
||||
generate_linux(AMD64),
|
||||
# PPC tests on travis has been down for a while, disable it for now.
|
||||
# generate_linux(PPC64LE),
|
||||
generate_linux(ARM64),
|
||||
|
||||
generate_macos(AMD64),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user