mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-04-14 22:51:50 +03:00
Disable FreeBSD on Travis CI since it's not working.
Travis CI currently provides only FreeBSD 12 which is EOL.
This commit is contained in:
parent
d284aad027
commit
3a6296e1ef
2 changed files with 5 additions and 49 deletions
|
|
@ -309,7 +309,11 @@ def main():
|
|||
jobs = '\n'.join((
|
||||
generate_windows(AMD64),
|
||||
|
||||
generate_freebsd(AMD64),
|
||||
# Travis currently provides only FreeBSD 12.1 which is EOL. Builds are
|
||||
# not working as of Jan 2024. Disable the tests for now to avoid the
|
||||
# noise / confusion.
|
||||
|
||||
# generate_freebsd(AMD64),
|
||||
|
||||
generate_linux(AMD64),
|
||||
generate_linux(PPC64LE),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue